In this directory we have created wast tests for different cases where we want to test other scenarios than the ones offered by the standard WebAssembly spectests.
This is an extra set of tests that assure that operations with NaNs are deterministic regardless of the environment/chipset where it executes in.
We had an issue occuring that was making singlepass not working properly on the WebAssembly benchmark: https://00f.net/2019/10/22/updated-webassembly-benchmark/.
This is a test case to ensure it doesn't reproduce again in the future.
This is a test assuring functions that trap can be called multiple times.
This is a simple factorial program.
Stack space for a structure returning function call should be allocated once up front, not once in each call.
This is a simple test to check that a divide by zero is correctly trapped
This is a simple test to check that load an atomic "to far" in memory trigger a OutOfBound trap