[package] name = "roc_wasm_interp" version = "0.1.0" edition = "2021" authors = ["The Roc Contributors"] license = "UPL-1.0" description = "A WebAssembly interpreter for testing the compiler." [[bin]] name = "roc_wasm_interp" path = "src/main.rs" [dependencies] roc_wasm_module = { path = "../wasm_module" } rand = "0.8.4" bitvec.workspace = true bumpalo.workspace = true clap.workspace = true