Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```