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