Inferara project
A Rust toolset for working with WebAssembly and its extension with Inference non-deterministic instructions
More information about Inference can be found in the official Inference language spec and on the Inferara website.
Crate | Description |
---|---|
wat-fmt | A pretty formatter for WebAssembly Text Format. |
inf-wast | A WebAssembly Text Format (WAT) parser and printer. |
inf-wasmparser | A WebAssembly binary format (WASM) parser. |
This project is licensed under the MIT license.
- inf-wast is a fork of wast from wasm-tools which is under the Apache 2.0 license with the LLVM exception, so it inherits the same license.
- inf-wasmparser is a fork of wasmparser from wasm-tools which is under the Apache 2.0 license with the LLVM exception, so it inherits the same license.
Are welcome!
Crate |
---|