[[test]]
harness = false
name = "ui"
path = "tests/ui.rs"
[dependencies.indexmap]
version = "2.0.0"
[dependencies.logos]
version = "0.14.0"
[dependencies.thiserror]
version = "1.0.48"
[dependencies.wasmtime]
default-features = false
features = ["component-model", "runtime"]
optional = true
version = "21.0.1"
[dependencies.wit-parser]
optional = true
version = "0.208.1"
[dev-dependencies.snapbox]
features = ["harness"]
version = "0.5.6"
[dev-dependencies.wasmtime]
default-features = false
features = ["component-model", "runtime", "cranelift"]
optional = false
version = "21.0.1"
[features]
default = ["wasmtime", "wit"]
wasmtime = ["dep:wasmtime"]
wit = ["dep:wit-parser"]
[package]
authors = ["lann.martin@fermyon.com"]
categories = ["wasm", "encoding", "parser-implementations"]
description = "Web Assembly Value Encoding"
documentation = "https://docs.rs/wasm-wave"
edition = "2021"
license = "Apache-2.0"
name = "wasm-wave"
readme = "README.md"
repository = "https://github.com/lann/wasm-wave"
version = "0.6.0"