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
Currently, tests are written by hand, which is not ideal.
The wabt repository (that we submodule) has their own set of tests that they use. We should create a script to take their test case data, convert it into our own Jest cases, and then run them, so that our testing is up-to-date with the WebAssembly standard.
The text was updated successfully, but these errors were encountered:
Currently, tests are written by hand, which is not ideal.
The
wabt
repository (that we submodule) has their own set of tests that they use. We should create a script to take their test case data, convert it into our own Jest cases, and then run them, so that our testing is up-to-date with the WebAssembly standard.The text was updated successfully, but these errors were encountered: