Skip to content

Commit 75c40a0

Browse files
authored
Migrate most *.wasm tests to *.wat (bytecodealliance#212)
* Support `*.wat` suffixes for tests * Delete wasm tests that are duplicates of `*.wast` This commit was generate by a script where all `*.wasm` modules were extracted from `*.wast` files, and then any exact duplicate checked in `*.wasm` files were deleted which matched. This way there should be less duplication between `*.wasm` and `*.wast` tests. * Remove all remaining wast-extracted wasm modules Now that wast files are run directly there's no need to duplicate the tests with these modules. * Convert some `*.wasm` files to `*.wat`
1 parent 87bf8ea commit 75c40a0

File tree

2,005 files changed

+77
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,005 files changed

+77
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ anyhow = "1.0"
1616
criterion = "0.3"
1717
getopts = "0.2"
1818
wast = "15.0.0"
19+
wat = "1.0.16"
1920
rayon = "1.3"
2021

2122
[badges]

tests/address.0.wasm

-697 Bytes
Binary file not shown.

tests/address.2.wasm

-955 Bytes
Binary file not shown.

tests/address.3.wasm

-177 Bytes
Binary file not shown.

tests/address.4.wasm

-191 Bytes
Binary file not shown.

tests/align.0.wasm

-35 Bytes
Binary file not shown.

tests/align.1.wasm

-35 Bytes
Binary file not shown.

tests/align.10.wasm

-35 Bytes
Binary file not shown.

tests/align.106.wasm

-1.24 KB
Binary file not shown.

tests/align.107.wasm

-70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)