witx 0.8.4

Parse and validate witx file format
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.wast]
default-features = false
version = "9.0.0"
[dev-dependencies.diff]
version = "0.1.11"

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

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

[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.8.4"