roc/compiler/gen_wasm/Cargo.toml
2021-09-01 19:26:23 +01:00

29 lines
898 B
TOML

[package]
name = "gen_wasm"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
roc_collections = { path = "../collections" }
# roc_region = { path = "../region" }
# roc_load = { path = "../load" }
roc_module = { path = "../module" }
# roc_problem = { path = "../problem" }
# roc_types = { path = "../types" }
# roc_builtins = { path = "../builtins" }
# roc_constrain = { path = "../constrain" }
# roc_unify = { path = "../unify" }
# roc_solve = { path = "../solve" }
roc_mono = { path = "../mono" }
# im = "14" # im and im-rc should always have the same version!
# im-rc = "14" # im and im-rc should always have the same version!
bumpalo = { version = "3.6.1", features = ["collections"] }
# target-lexicon = "0.12.2"
# libloading = "0.6"
parity-wasm = "0.42"
[dev-dependencies]
wasmer = "2.0.0"