[package]
name = "wasmtime-wast"
version.workspace = true
authors.workspace = true
description = "wast testing support for wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
edition.workspace = true
rust-version.workspace = true
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true }
wasmtime = { workspace = true, features = ['cranelift', 'wat', 'runtime', 'gc', 'async'] }
wast = { workspace = true, features = ['dwarf'] }
log = { workspace = true }
tokio = { workspace = true, features = ['rt'] }
json-from-wast = { workspace = true }
wasmparser = { workspace = true }
serde_json = { workspace = true }
object = { workspace = true, features = ['unaligned'] }
[features]
component-model = ['wasmtime/component-model']
component-model-async = ['wasmtime/component-model-async']