MCPcopy Create free account
hub / github.com/nodejs/node / emit_header

Method emit_header

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

Source from the content-addressed store, hash-verified

770 }
771
772 emit_header() {
773 this.emit_bytes([
774 kWasmH0, kWasmH1, kWasmH2, kWasmH3, kWasmV0, kWasmV1, kWasmV2, kWasmV3
775 ]);
776 }
777
778 emit_section(section_code, content_generator) {
779 // Emit section name.

Callers 1

toBufferMethod · 0.95

Calls 1

emit_bytesMethod · 0.95

Tested by

no test coverage detected