mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
20 lines
503 B
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
|