Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ wasi-test Public archive
forked from khronosproject/wasi-test

Runtime Agnostic WebAssembly System Interface Test Suite

License

Notifications You must be signed in to change notification settings

WasmEdge/wasi-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebAssembly System Interface Test Suite

This repository contains a runtime agnostic test suite for the WebAssembly System Interface.

The tests are written as standalone WebAssembly command modules compiled against a specific snapshot of the ABI.

Failure of a test is typically signaled by assertions but may also come from post conditions specified in the test configuration which is a JSON object contained at the top of the source code of a test case.

Prerequisites

  • Python (optional)
  • Rust

Building

To build all the tests run the following command:

cargo build --target wasm32-wasi

Testing

To run a compatability check on all the tests run the following command:

python compat.py

About

Runtime Agnostic WebAssembly System Interface Test Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 77.5%
  • Python 22.5%