18 lines
731 B
Markdown
18 lines
731 B
Markdown
Amalgamated WebAssembly Test Suite
|
|
==================================
|
|
|
|
This repository holds a mirror of the WebAssembly core testsuite which is
|
|
maintained [here](https://github.com/WebAssembly/spec/tree/main/test/core),
|
|
as well as the tests from the various [proposals
|
|
repositories](https://github.com/WebAssembly/proposals/blob/master/README.md).
|
|
|
|
In addition it also contains tests from various proposals which are currently
|
|
forks of the primary spec repo.
|
|
|
|
To add new tests or report problems in existing tests, please file issues and
|
|
PRs within the spec or individual proposal repositories rather than within this
|
|
mirror repository.
|
|
|
|
To update the tests in this repo from their upstream sources:
|
|
|
|
1. Run `update-testsuite.sh`
|