wasmer-wast 3.2.1

wast testing support for wasmer
Documentation
[package]
name = "wasmer-wast"
version = "3.2.1"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "wast testing support for wasmer"
license = "MIT OR Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["wasm", "webassembly"]
repository = "https://github.com/wasmerio/wasmer"
readme = "README.md"
edition = "2018"

[dependencies]
anyhow = "1.0"
wasmer = { path = "../../../lib/api", version = "=3.2.1", default-features = false }
wasmer-wasix = { path = "../../../lib/wasi", version = "0.3.0" }
virtual-fs = { path = "../../../lib/vfs", version = "0.2.0" }
wast = "38.0"
serde = "1"
tempfile = "3.4.0"
thiserror = "1.0"
tokio = { version = "1", features = [ "io-util", "rt" ], default_features = false }

[features]
default = ["wat"]
wat = ["wasmer/wat"]

[badges]
maintenance = { status = "actively-developed" }