(val)
| 2455 | } |
| 2456 | |
| 2457 | function wasmI32Const(val) { |
| 2458 | return [kExprI32Const, ...wasmSignedLeb(val, 5)]; |
| 2459 | } |
| 2460 | |
| 2461 | // Note: Since {val} is a JS number, the generated constant only has 53 bits of |
| 2462 | // precision. |
searching dependent graphs…