Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-27 | Meta: Run the Wasm spec tests in CI | Ali Mohammad Pur | |
Since LibWasm is still not capable of passing all of the spec tests, ignore failing tests, only fail the build if some segfault/abort/etc occurs. | |||
2021-05-21 | LibWasm+Meta: Implement instantiation/execution primitives in test-wasm | Ali Mohammad Pur | |
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. |