wasmer/spectests
Syrus Akbary c97312345e Test 'tee_local' and 'set_global' in more operators
Based on this commit from the WebAssembly spec tests: c90bc9686f
2018-10-29 09:53:48 +01:00
..
2018-10-26 14:53:33 +02:00
2018-10-24 00:22:07 +02:00
2018-10-24 00:17:36 +02:00
2018-10-24 00:27:15 +02:00
2018-10-24 00:41:32 +02:00
2018-10-24 01:15:20 +02:00
2018-10-24 01:55:08 +02:00
2018-10-24 01:22:16 +02:00
2018-10-24 01:57:37 +02:00
2018-10-24 02:00:59 +02:00
2018-10-23 13:13:03 +02:00
2018-10-19 01:44:48 +02:00
2018-10-24 00:04:30 +02:00
2018-10-24 00:25:11 +02:00
2018-10-23 23:54:07 +02:00
2018-10-19 12:44:19 +02:00
2018-10-28 14:05:52 +01:00
2018-10-28 13:59:06 +01: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 when WASM_GENERATE_SPECTESTS=1 cargo build is executed (src/build_spectests.rs).

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