You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that wasm-shell parses the standard wast format, we should import and run the upstream spec tests, ideally by importing https://github.com/WebAssembly/testsuite as a git submodule. (We already use git submodules to import gtest, so this is not fundamentally different than what we're already doing.)
This will require fixing various bugs in the interpreter and adding support for instructions like table.init that we do not already support.
The text was updated successfully, but these errors were encountered:
Now that wasm-shell parses the standard wast format, we should import and run the upstream spec tests, ideally by importing https://github.com/WebAssembly/testsuite as a git submodule. (We already use git submodules to import gtest, so this is not fundamentally different than what we're already doing.)
This will require fixing various bugs in the interpreter and adding support for instructions like
table.init
that we do not already support.The text was updated successfully, but these errors were encountered: