roc/crates/wasm_interp/Cargo.toml

21 lines
415 B
TOML
Raw Normal View History

[package]
name = "roc_wasm_interp"
description = "A WebAssembly interpreter for testing the compiler."
2023-03-07 03:36:18 +03:00
authors.workspace = true
edition.workspace = true
2023-03-07 03:36:18 +03:00
license.workspace = true
version.workspace = true
[[bin]]
name = "roc_wasm_interp"
path = "src/main.rs"
[dependencies]
roc_wasm_module = { path = "../wasm_module" }
bitvec.workspace = true
bumpalo.workspace = true
clap.workspace = true
rand.workspace = true