Testing
Thanks to spec tests we can ensure 100% compatibility with the WebAssembly spec test suite.
You can run all the tests with:
Testing Compilers
Each compiler integration can be tested separately:
Singlepass:
make test-singlepass
Cranelift:
make test-cranelift
LLVM:
make test-llvm
Last updated
Was this helpful?