Crates.io | wast2json |
lib.rs | wast2json |
version | 0.1.0 |
source | src |
created_at | 2024-02-27 01:39:39.02118 |
updated_at | 2024-03-03 22:31:40.057157 |
description | A wast2json implementation written in Rust |
homepage | https://github.com/ohorn/wast2json-rs |
repository | https://github.com/ohorn/wast2json-rs |
max_upload_size | |
id | 1154408 |
size | 96,147 |
A wast2json
implementation written in Rust.
You can download prebuilt binaries from the Release page.
You can also install from source using Cargo:
cargo install wast2json
The binary file is named wast2json-rs
to allow installation alongside wabt's wast2json
.
$ wast2json-rs wast2json spec-test.wast -o spec-test.json
Details about the output JSON format can be found on the wabt wast2json
page.