roc/crates/wasm_interp/Cargo.toml
2023-03-06 19:47:57 -08:00

21 lines
415 B
TOML

[package]
name = "roc_wasm_interp"
description = "A WebAssembly interpreter for testing the compiler."
authors.workspace = true
edition.workspace = true
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