mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 06:35:40 +00:00
c97312345e
Based on this commit from the WebAssembly spec tests:
|
||
---|---|---|
.. | ||
address.wast | ||
align.wast | ||
block.wast | ||
br_if.wast | ||
br_table.wast | ||
br.wast | ||
break_drop.wast | ||
call_indirect.wast | ||
call.wast | ||
const_.wast | ||
data.wast | ||
exports.wast | ||
f32_.wast | ||
f32_bitwise.wast | ||
f32_cmp.wast | ||
f64_.wast | ||
f64_bitwise.wast | ||
f64_cmp.wast | ||
func_ptrs.wast | ||
globals.wast | ||
i32_.wast | ||
i64_.wast | ||
labels.wast | ||
memory.wast | ||
README.md | ||
set_local.wast | ||
stack.wast | ||
switch.wast | ||
types.wast |
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.