m3
m3 copied to clipboard
A high performance WebAssembly interpreter in C. Moved here:
I tried running compiled wasm files from https://webassembly.studio/ empty c project, helloworld in c and empty rust project they all end with "Aborted" (on debian arm64) the following result is...
On README I read: > Traps: The spec says "Signed and unsigned operators trap whenever the result cannot be represented in the result type." Really? That's cool, but how can...
I tried to run a minimal example to open a glfw window using this library. I started the program using `./m3 glfw.wasm` The file glfw.wasm converted to glfw.wat looks like...