You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
594 B

[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
[dependencies]
anyhow = { workspace = true }
wasmtime = { workspace = true, features = ['cranelift'] }
wast = { workspace = true }
log = { workspace = true }
[badges]
maintenance = { status = "actively-developed" }
[features]
component-model = ['wasmtime/component-model']