()
| 56 | // wasmpdk: stage argv, call, copy back. Views as fns because `fn(...)` can re-enter `wasm_alloc` and detach a cached view. |
| 57 | const guestView = () => new DataView(fn.__edge_memory.buffer); |
| 58 | const compView = () => new DataView(exports.memory.buffer); |
| 59 | |
| 60 | const g_argv = fn.__edge_alloc(Math.max(4, argc * 4)); |
| 61 | const g_out = fn.__edge_alloc(4); |