wai-bindgen-wasmer 0.31.0

Generate WAI glue for a Rust Wasmer host
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
optional = true
version = "0.1.50"

[dependencies.bitflags]
version = "1.2"

[dependencies.once_cell]
version = "1.13"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing-lib]
optional = true
package = "tracing"
version = "0.1.26"

[dependencies.wai-bindgen-wasmer-impl]
version = "0.2.2"

[dependencies.wasmer]
default-features = false
version = "=5.0.1"

[features]
async = ["async-trait", "wai-bindgen-wasmer-impl/async"]
cranelift = ["wasmer/cranelift"]
js = ["wasmer/js-default"]
llvm = ["wasmer/llvm"]
singlepass = ["wasmer/singlepass"]
sys = ["wasmer/sys"]
tracing = ["tracing-lib", "wai-bindgen-wasmer-impl/tracing"]

[lib]
name = "wai_bindgen_wasmer"
path = "src/lib.rs"

[package]
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["wasm", "os"]
description = "Generate WAI glue for a Rust Wasmer host"
edition = "2021"
homepage = "https://wasmer.io/"
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
license = "MIT"
name = "wai-bindgen-wasmer"
readme = "README.md"
repository = "https://github.com/wasmerio/wasmer"
rust-version = "1.81"
version = "0.31.0"

[package.metadata.docs.rs]
features = ["wasmer/sys"]
rustc-args = ["--cfg", "docsrs"]