wasmfmt 0.2.2

A WebAssembly formatter
Documentation
[[bench]]
harness = false
name = "fmt"

[[bin]]
name = "wasmfmt"
path = "src/main.rs"
[dependencies.structopt]
version = "0.3"

[dependencies.wast]
version = "32.0"
[dev-dependencies.assert_matches]
version = "1.4"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.pretty_assertions]
version = "0.6"

[dev-dependencies.unindent]
version = "0.1"

[package]
authors = ["philipahlberg <philipahlberg@gmail.com>"]
categories = ["command-line-interface", "wasm"]
description = "A WebAssembly formatter"
documentation = "https://docs.rs/wasmfmt"
edition = "2018"
homepage = "https://github.com/philipahlberg/wasmfmt"
license = "MIT"
name = "wasmfmt"
readme = "README.md"
repository = "https://github.com/philipahlberg/wasmfmt"
version = "0.2.2"