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
We want to import test cases from https://github.com/WebAssembly/spec/blob/master/test/core/i64.wast to our codebase and start tracking our progress on passing them, ideally as a part of the CI. This should give us more confidence that we correctly captured the semantics of WASM ops for integers.
We should check if wasmtime already imports these tests and try to reuse them, but if not, we can manually import these tests in a format that is compatible with our current test suite.
The text was updated successfully, but these errors were encountered:
We want to import test cases from https://github.com/WebAssembly/spec/blob/master/test/core/i64.wast to our codebase and start tracking our progress on passing them, ideally as a part of the CI. This should give us more confidence that we correctly captured the semantics of WASM ops for integers.
We should check if wasmtime already imports these tests and try to reuse them, but if not, we can manually import these tests in a format that is compatible with our current test suite.
The text was updated successfully, but these errors were encountered: