Hey,
is it possible to access the wasm module's memory (i.e. the https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Memory) via the instance of the QuickJS, runtime or maybe context?
I would simply like to:
- 'dump' and store the memory after evaluating the script
- read the stored memory into the WASM module at the next evaluation
Hey,
is it possible to access the wasm module's memory (i.e. the https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/Memory) via the instance of the
QuickJS,runtimeor maybecontext?I would simply like to: