MCPcopy Index your code
hub / github.com/nodejs/node / wasmI32Const

Function wasmI32Const

test/fixtures/wpt/wasm/jsapi/wasm-module-builder.js:1623–1625  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

1621globalThis.wasmSignedLeb = wasmSignedLeb;
1622
1623function wasmI32Const(val) {
1624 return [kExprI32Const, ...wasmSignedLeb(val, 5)];
1625}
1626globalThis.wasmI32Const = wasmI32Const;
1627
1628function wasmF32Const(f) {

Callers 8

defaultForMethod · 0.70
exports.any.jsFile · 0.50
multi-value.any.jsFile · 0.50

Calls 1

wasmSignedLebFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…