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

Function resetNativeTable

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

Source from the content-addressed store, hash-verified

5export const nativeTable = [];
6
7export function resetNativeTable() {
8 nativeTable.length = 0;
9}
10
11/* Build the 6 `env.edge_*` imports for wasm-pdk plugins; bridges guest <-> compiler memory. */
12export function makeGuestEnv(compilerExports) {

Callers 3

runFunction · 0.90
resetFunction · 0.90
disposeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected