Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stage
Function · 0.85
makeGuestEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected