Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caspervonb/wasi-core-test
WebAssembly System Interface tests for the core specification written in AssemblyScript
https://github.com/caspervonb/wasi-core-test
Last synced: about 2 months ago
JSON representation
WebAssembly System Interface tests for the core specification written in AssemblyScript
- Host: GitHub
- URL: https://github.com/caspervonb/wasi-core-test
- Owner: caspervonb
- License: mit
- Created: 2021-01-13T17:20:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T16:12:59.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:00:24.199Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wasi-core-test
This repository contains tests written in AssemblyScript for the core
specification.## Building
```sh
bash build.sh
```## Testing
```sh
bash test.sh tools/run-deno
bash test.sh tools/run-node
bash test.sh tools/run-wasmer
bash test.sh tools/run-wasmtime
```