Last updated 4 years ago
Was this helpful?
Thanks to we can ensure 100% compatibility with the WebAssembly spec test suite.
You can run all the tests with:
make test
make test will automatically detect the compilers available on your system.
Please follow the Building from Source guide see how you can.
Each compiler integration can be tested separately:
Singlepass: make test-singlepass
make test-singlepass
Cranelift: make test-cranelift
make test-cranelift
LLVM: make test-llvm
make test-llvm