witx 0.9.1

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 = "35.0.2"

[dev-dependencies.rayon]
version = "1.0"

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

[[test]]
harness = false
name = "witxt"