wiggle 11.0.2

Runtime components of wiggle code generator
Documentation
test = []
[dependencies.anyhow]
version = "1.0.22"

[dependencies.async-trait]
version = "0.1.42"

[dependencies.bitflags]
version = "1.2"

[dependencies.thiserror]
version = "1.0.15"

[dependencies.tracing]
version = "0.1.26"

[dependencies.wasmtime]
default-features = false
version = "11.0.2"

[dependencies.wiggle-macro]
version = "=11.0.2"

[dependencies.witx]
optional = true
version = "0.9.1"
[dev-dependencies.proptest]
version = "1.0.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "time", "macros"]
version = "1"

[features]
default = ["wiggle_metadata", "wasmtime_async"]
tracing_log = ["tracing/log"]
wasmtime_async = ["wasmtime/async"]
wiggle_metadata = ["witx", "wiggle-macro/wiggle_metadata"]

[package]
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
categories = ["wasm"]
description = "Runtime components of wiggle code generator"
edition = "2021"
include = ["src/**/*", "README.md", "LICENSE"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wiggle"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "11.0.2"