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

Function gMem

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

Source from the content-addressed store, hash-verified

15
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) => {

Callers 2

stageFunction · 0.85
makeGuestEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected