richardanaya / watson

a minimilistic web assembly parser, compiler, and interpreter for Rust
Apache License 2.0
79 stars 3 forks source link

Next steps: WebAssembly Core spec test #1

Open vshymanskyy opened 4 years ago

vshymanskyy commented 4 years ago

Congrats @richardanaya ! Just wanted to give an advice. I suggest to implement and run wasm core spec test against your interpreter.

In Wasm3, it made development easier and much more productive. Feel free to take ideas from our test script (or reuse it completely): https://github.com/wasm3/wasm3/blob/master/test/run-spec-test.py

richardanaya commented 4 years ago

Thanks @vshymanskyy !