Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caspervonb/wasi-libc-test
WebAssembly System Interface tests for libc written in C
https://github.com/caspervonb/wasi-libc-test
Last synced: about 2 months ago
JSON representation
WebAssembly System Interface tests for libc written in C
- Host: GitHub
- URL: https://github.com/caspervonb/wasi-libc-test
- Owner: caspervonb
- License: mit
- Created: 2021-01-13T16:12:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T06:30:01.000Z (over 3 years ago)
- Last Synced: 2024-05-01T13:00:23.798Z (9 months ago)
- Language: C
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wasi-libc-test
This repository contains tests written in C for libc.
## 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
```