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

Function gView

runtime/src/native.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 return (guestExports) => {
17 const gMem = () => new Uint8Array(guestExports.memory.buffer);
18 const gView = () => new DataView(guestExports.memory.buffer);
19
20 const stage = (ptr, len) => {
21 const c = compilerExports.wasm_alloc(Math.max(1, len));

Callers 1

makeGuestEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected