(val)
| 1621 | globalThis.wasmSignedLeb = wasmSignedLeb; |
| 1622 | |
| 1623 | function wasmI32Const(val) { |
| 1624 | return [kExprI32Const, ...wasmSignedLeb(val, 5)]; |
| 1625 | } |
| 1626 | globalThis.wasmI32Const = wasmI32Const; |
| 1627 | |
| 1628 | function wasmF32Const(f) { |
no test coverage detected
searching dependent graphs…