wasmer/spectests
Syrus Akbary 6653eeca4f Improved testing times by 5-10x
This is done via grouping of module/instance creation calls. This way the assert return calls are grouped to be tested in the same thread (therefore only one module creation is required rather than n=one for each test)
2018-10-23 15:43:44 +02:00
..
2018-10-19 01:31:31 +02:00
2018-10-23 15:43:44 +02:00
2018-10-23 11:40:17 +02:00
2018-10-23 13:13:03 +02:00
2018-10-19 01:44:48 +02:00
2018-10-19 11:42:51 +02:00
2018-10-19 12:44:19 +02:00

This directory contains tests for the core WebAssembly semantics, as described in Semantics.md and specified by the spec interpreter.

This files should be a direct copy of the original WebAssembly spec tests.

Tests are written in the S-Expression script format defined by the interpreter.

Autogenerated Rust test cases

This files will serve as base for autogenerating Rust testcases modules on cargo build (src/build_spectests.rs).

The result autogenerated spectests live in the src/spectests directory.