m3 icon indicating copy to clipboard operation
m3 copied to clipboard

A high performance WebAssembly interpreter in C. Moved here:

Results 3 m3 issues
Sort by recently updated
recently updated
newest added

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...