wast2json

Crates.iowast2json
lib.rswast2json
version0.1.0
sourcesrc
created_at2024-02-27 01:39:39.02118
updated_at2024-03-03 22:31:40.057157
descriptionA wast2json implementation written in Rust
homepagehttps://github.com/ohorn/wast2json-rs
repositoryhttps://github.com/ohorn/wast2json-rs
max_upload_size
id1154408
size96,147
Oliver Horn (ohorn)

documentation

README

wast2json-rs

A wast2json implementation written in Rust.

Installation

You can download prebuilt binaries from the Release page.

You can also install from source using Cargo:

cargo install wast2json

Usage

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.

Commit count: 0

cargo fmt