Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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