roc/crates/compiler/gen_wasm/Cargo.toml

20 lines
503 B
TOML

[package]
name = "roc_gen_wasm"
description = "Provides the WASM backend to generate Roc binaries."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[dependencies]
roc_builtins.workspace = true
roc_collections.workspace = true
roc_error_macros.workspace = true
roc_module.workspace = true
roc_mono.workspace = true
roc_std.workspace = true
roc_target.workspace = true
roc_wasm_module.workspace = true
bitvec.workspace = true
bumpalo.workspace = true