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.
19 lines
543 B
19 lines
543 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', 'wat'] }
|
|
wast = { workspace = true }
|
|
log = { workspace = true }
|
|
|
|
[features]
|
|
component-model = ['wasmtime/component-model']
|
|
|