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

Method exportAs

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:1350–1354  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1348 }
1349
1350 exportAs(name) {
1351 this.module.exports.push(
1352 {name: name, kind: kExternalTable, index: this.index});
1353 return this;
1354 }
1355}
1356
1357function makeField(type, mutability) {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected