83f8a31010e6e7a575fd01a49595c786b76ca156
This uses a build.rs file to collect all the wast tests and create individual `#[test]` lines for them, so that `cargo test` can run them in parallel.
Wasmtime: a WebAssembly Runtime.
A standalone wasm-only runtime for WebAssembly, using Cranelift.
This is a work in progress that is not currently functional, but under active development.
Goals include:
- Be a general-purpose engine for running WebAssembly code outside of browsers, usable both standalone or as a library embedded in a larger application.
- Support a variety of host APIs with fast calling sequences.
- Prototype syscall APIs that can be proposed for use in the WebAssembly Reference Sysroot.
- Facilitate testing, experimentation, and development around the Cranelift and Lightbeam JITs.
- Develop a the native ABI used for compiling WebAssembly suitable for use in both JIT and AOT to native object files.
It's Wasmtime.
Description
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%