-
https://github.com/WebAssembly/mutable-global
-
The `` is not there.
```
[7/17] Building C object source/CMakeFiles/m3.dir/m3_compile.c.o
FAILED: /usr/bin/gcc-9 -I/home/circleci/build/_deps/src/wasm3/source/. -Dd_m3HasWASI -Wall -Wextra -Wpar…
-
### Go Version:
go1.13.6 linux/amd64
### CPU /Architecture/S.O
Aspire-E1-531 5.3.0-26-generic #28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
>SIGILL: illegal …
elvus updated
4 years ago
-
Basically, just need to implement 2 wasi functions:
https://github.com/wasm3/wasm3/blob/be51568353e9f4135b7cc811c9f4cc0b3f607591/source/m3_api_wasi.c#L147-L166
-
Make sure we support both WASI and waSCC runtimes
-
Would it be better to avoid the native `size_t` type and use a fixed size `wasi_size_t`?
For example in the following API signature:
```
uvwasi_errno_t uvwasi_fd_write(uvwasi_t* uvwasi, …
-
Before we removed anyref, the `ref.is_null` instruction had a canonical type:
```
ref.is_null : [anyref] -> [i32]
```
One piece of the fallout from removing anyref was that this no longer worked. …
-
This pattern is repeated in a few examples:
https://github.com/wasm3/wasm3/blob/6767bd96c80689606f6c3691d5011074388484b2/platforms/arduino/src/main.cpp#L47-L52
The feature request is to add a fu…
-
Hey there!
I'm integrating wasm3 as a library in a project and I'd like to turn on WASI support. I noticed BUILD_WASI_SUPPORT was introduced recently, but it's not available in the library target. …
-
I have been trying to embed WASM in vim as default. I had send one PR on embedding JS to vim https://github.com/vim/vim/pull/5198.
Is it possible to just have 2 files `wasm3.h` and `wasm3.c` in the…