1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 01:17:46 +00:00

LibWasm+Meta: Implement instantiation/execution primitives in test-wasm

This also optionally generates a test suite from the WebAssembly
testsuite, which can be enabled via passing `INCLUDE_WASM_SPEC_TESTS`
to cmake, which will generate test-wasm-compatible tests and the
required fixtures.
The generated directories are excluded from git since there's no point
in committing them.
This commit is contained in:
Ali Mohammad Pur 2021-05-07 10:02:58 +04:30 committed by Linus Groh
parent 541091500c
commit 24b2a6c93a
5 changed files with 396 additions and 7 deletions

1
.gitignore vendored
View file

@ -27,3 +27,4 @@ sync-local.sh
.vim/
Userland/Libraries/LibWasm/Tests/Fixtures/SpecTests
Userland/Libraries/LibWasm/Tests/Spec