-
After the latest commit (05e1865) I am no longer able to compile wasm3 using MSVC.
Compiling results in many (>100) errors like this:
```
wasm3\source\extra/wasi_core.h(38): error C2143: synta…
-
In our project we have [updated](https://github.com/wasmx/fizzy/pull/739) from 0.4.7 to 11f813d7ed659ed7c5b3faf6df0ff6e8f715f4e5 and seeing memory leaks now.
See the [CI log here](https://app.circ…
-
We have heard from multiple directions ([interpreters](https://github.com/WebAssembly/function-references/issues/35), [toolchains](https://github.com/WebAssembly/function-references/issues/40), [debug…
-
Hi @vshymanskyy
Firstly, thanks for your great project!
Recently I was working on putting Wasm3 on ESP32 for an automated embedded product testing device prototype. I need to get some logs fro…
-
Hello,
I would like a way to obtain a stack trace through the API whenever a trap is encountered. I have found the `d_m3LogStackTrace` macro, which when a trap is triggered prints the function name…
-
This will allow us to easily embed in other programs and swap the runtimes without learning specific.
https://github.com/WebAssembly/wasm-c-api
-
Hey,
I triggered a SIGILL during fuzzing inside the function `Compile_BlockStatements`.
https://github.com/wasm3/wasm3/blob/640bf0cc2671f1725234536c3cd4be50de6cc19e/source/m3_compile.c#L2163
…
-
Hi, I ran into problems with wasm3 on Windows.
If I try to run wasm3 0.4.7 on Windows 10 I get the following error message:
```powershell
❯ wapm run wasm3
Usage:
wasm3 [args...]
wasm3 -…
-
Using the following code in rust I make a wasm with:
`cargo build --target wasm32-unknown-unknown --release`
I also optimize the wasm and strip it
```
wasm-opt -O3 target/wasm32-unknown-unknown…
-
I was able to build wasm3 successfuly on the initial build (`git clone $url; mkdir build; cd build; cmake -G Ninja ..`) but when I wanted to do the C++ example build, it failed:
```
C:\Users\ingwi…