mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
21 lines
598 B
TOML
21 lines
598 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 = { path = "../builtins" }
|
|
roc_collections = { path = "../collections" }
|
|
roc_error_macros = { path = "../../error_macros" }
|
|
roc_module = { path = "../module" }
|
|
roc_mono = { path = "../mono" }
|
|
roc_std = { path = "../../roc_std" }
|
|
roc_target = { path = "../roc_target" }
|
|
roc_wasm_module = { path = "../../wasm_module" }
|
|
|
|
bitvec.workspace = true
|
|
bumpalo.workspace = true
|