MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / compView

Function compView

runtime/src/env.js:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 // wasmpdk: stage argv, call, copy back. Views as fns because `fn(...)` can re-enter `wasm_alloc` and detach a cached view.
57 const guestView = () => new DataView(fn.__edge_memory.buffer);
58 const compView = () => new DataView(exports.memory.buffer);
59
60 const g_argv = fn.__edge_alloc(Math.max(4, argc * 4));
61 const g_out = fn.__edge_alloc(4);

Callers 1

makeCompilerEnvFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected