soundandform / m3

A high performance WebAssembly interpreter in C. Moved here:
https://github.com/wasm3/wasm3
MIT License
17 stars 1 forks source link

Cmake and spec tests #2

Closed vshymanskyy closed 4 years ago

vshymanskyy commented 4 years ago

@soundandform with the latest commit, I've passed i32 and i64 spec tests: image

Now need to get the f32/f64 going...

vshymanskyy commented 4 years ago

Ok, now after running those tests: image I get: image

Almost there with integers and floats! ;)