witx 0.6.0

Parse and validate witx file format
Documentation
[[bin]]
name = "witx"
path = "src/main.rs"
[dependencies.clap]
version = "2"

[dependencies.thiserror]
version = "1.0"

[dependencies.wast]
version = "3.0.4"

[lib]
crate-type = ["rlib"]

[package]
authors = ["Pat Hickey <phickey@fastly.com>", "Alex Crichton <alex@alexcrichton.com>"]
categories = ["wasm"]
description = "Parse and validate witx file format"
edition = "2018"
homepage = "https://github.com/WebAssembly/WASI"
keywords = ["webassembly", "wasm"]
license = "Apache-2.0"
name = "witx"
repository = "https://github.com/WebAssembly/WASI"
version = "0.6.0"