-
We encounter an error when running `wasm3`'s `esp32-idf-wasi` example:
```
Wasm3 v0.4.7 on ESP32, build May 18 2020 12:46:14
Loading WebAssembly...
Fatal: m3_LinkEspWASI: function signature mis…
-
Can be used on nrf51 with zephyr and gcc-arm-none-eabi?
aibeb updated
4 years ago
-
Given that wasm3 can self-host, it seems like wasm3 is one of the best candidates for a WebAssembly polyfill via Emscripten's asm.js target. A quick google search indicated no one has finished a publi…
-
I had this code in my repository, but since updating to master I am starting to get this error generated during compile time:
```
error[E0425]: cannot find value `SIZE_IN_SLOT_COUNT` in the crate …
-
I have installed wasm-trace in my system. But when I am trying to run it getting bad interpreter: No such file or directory issue.
Steps
1. Install wasm-trace.
2. wasm-trace -ELM ./test.wasm…
-
https://github.com/wasm3/wasm3
-
Similar to https://github.com/libuv/libuv/pull/2858, but I am not sure.
cc @cjihrig
-
Many embedded devices currently cannot afford to allocate even a single page of Linear Memory (64KB). In `Wasm3` engine, we set `memoryLimit` to the actual amount available. This way, we allocate a fr…
-
Bring `wasm3` to a level where it can run itself. JFF ;)
Actions list:
- [x] Improve interpreter so it can execute itself
- [x] Build in 32-bit mode (normal native x86 build) and fix spec tests
…
-
We currently test libuv on the Node.js CI, which has a fair number of platforms. However, we still get consistent bug reports for platforms that we don't test. One solution could be to run the libuv t…