Skip to content

Commit 1e2409d

Browse files
authored
Create README.md
1 parent 55f0de1 commit 1e2409d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Wasmi specific Wast Tests
2+
3+
This repo contains some Wast tests from the official Wasm spec testsuite that have been modified to work with Wasmi.
4+
5+
In particular this repository contains the following subsets of the official Wasm spec testsuite:
6+
7+
1. `proposals/memory64`
8+
- This has been modified to remove references from Wasm proposals unsupported by Wasmi such as the `exceptions` and `function-references` proposal.
9+
- At the time of writing this the Wasm spec testsuite is about to be moved over to Wasm 3.0 while Wasmi does not even support all of Wasm 2.0.
10+
Therefore, for a subset of the Wasm spec testsuite features we rely on this fork to provide the proper tests that can be consumed by Wasmi.

0 commit comments

Comments
 (0)