opam-2.0.0
Vova 3 years ago
commit 8631224b23

@ -11,7 +11,7 @@ wasm3 --stack-size 1000000 file.wasm
This means that the runtime doesn't provide a specific function, needed for your module execution.
You need to implement the required functions, and re-build Wasm3.
Alternatively, you can use Python to define your environment. Check out `pywasm3` module.
Alternatively, you can use Python to define your environment. Check out [`pywasm3`](https://pypi.org/project/pywasm3/) module.
**Note:** If this happens with `WASI` functions like `wasi_unstable.*` or `wasi_snapshot_preview1.*`, please report as a bug.
@ -23,5 +23,4 @@ Try increasing `d_m3MaxFunctionStackHeight` in `m3_config.h` and rebuilding Wasm
Your module requires some `Memory`, but doesn't define/export it by itself.
This happens if module is built by `Emscripten`, or it's a library that is intended to be linked to some other modules.
Wasm3 currently doesn't support running such modules directly, but you can remove this limitation wen you embed Wasm3 into your own app.
Wasm3 currently doesn't support running such modules directly, but you can remove this limitation when embedding Wasm3 into your own app.

Loading…
Cancel
Save