Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caspervonb/wasi.fyi
A website for viewing how well runtimes are conforming against the WebAssembly System Interface test suite
https://github.com/caspervonb/wasi.fyi
test wasi wasi-test wasm webassembly
Last synced: about 1 month ago
JSON representation
A website for viewing how well runtimes are conforming against the WebAssembly System Interface test suite
- Host: GitHub
- URL: https://github.com/caspervonb/wasi.fyi
- Owner: caspervonb
- Created: 2021-06-24T20:42:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T04:44:45.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:00:24.247Z (8 months ago)
- Topics: test, wasi, wasi-test, wasm, webassembly
- Language: JavaScript
- Homepage: https://wasi.fyi
- Size: 21.5 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAssembly System Interface (For Your Information)
This site serves the test results produced by running the [wasi-test-suite](https://github.com/caspervonb/wasi-test-suite) over these WebAssembly enabled runtimes:
- Deno
- Node
- Wasmtime
- WasmerThe raw data is generated automatically every night the latest release of each runtime against the HEAD of the test suite repository and is [stored in this repository](https://github.com/caspervonb/wasi-test-data).
File an issue with the test data repository linked above if you wish to add your runtime to the test matrix.