MCPcopy Index your code
hub / github.com/bytecodealliance/ComponentizeJS / eep

Function eep

src/componentize.js:539–543  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

537 */
538async function initWasm(bin) {
539 const eep = (name) => () => {
540 throw new Error(
541 `Internal error: unexpected call to "${name}" during Wasm verification`,
542 );
543 };
544
545 let stderr = '';
546 const wasmModule = await WebAssembly.compile(bin);

Callers 1

initWasmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected