File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments