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

Function compView

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

Source from the content-addressed store, hash-verified

12export function makeGuestEnv(compilerExports) {
13 const compMem = () => new Uint8Array(compilerExports.memory.buffer);
14 const compView = () => new DataView(compilerExports.memory.buffer);
15
16 return (guestExports) => {
17 const gMem = () => new Uint8Array(guestExports.memory.buffer);

Callers 1

makeGuestEnvFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected