https://github.com/webassembly/testsuite
Mirror of the spec testsuite
https://github.com/webassembly/testsuite
Last synced: 9 months ago
JSON representation
Mirror of the spec testsuite
- Host: GitHub
- URL: https://github.com/webassembly/testsuite
- Owner: WebAssembly
- License: apache-2.0
- Created: 2015-10-13T01:27:51.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T21:08:26.000Z (9 months ago)
- Last Synced: 2025-05-15T00:14:49.555Z (9 months ago)
- Language: WebAssembly
- Size: 1.54 MB
- Stars: 210
- Watchers: 36
- Forks: 58
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
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.
## Updating this repository
This repository is updated weekly on Wednesday via automated pull requests.
Maintainers can also
[manually trigger an update](https://github.com/WebAssembly/testsuite/actions/workflows/autoupdate.yml).
Contributors can update tests by running the `./update-testsuite.py` script and
making a pull request.