wasmtime-wast 20.0.0

wast testing support for wasmtime
Documentation
[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

[lints]
workspace = true

[dependencies]
anyhow = { workspace = true }
wasmtime = { workspace = true, features = ['cranelift', 'wat', 'runtime', 'gc'] }
wast = { workspace = true }
log = { workspace = true }

[features]
component-model = ['wasmtime/component-model']