mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
wasm: fix Cargo dependency for ARM
This commit is contained in:
parent
9bf0fdb808
commit
896715cd58
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ libc = "0.2.106"
|
||||||
inkwell = { path = "../../vendor/inkwell" }
|
inkwell = { path = "../../vendor/inkwell" }
|
||||||
target-lexicon = "0.12.2"
|
target-lexicon = "0.12.2"
|
||||||
libloading = "0.7.1"
|
libloading = "0.7.1"
|
||||||
wasmer = { version = "2.0.0", default-features = false, features = ["default-singlepass", "default-universal"] }
|
|
||||||
wasmer-wasi = "2.0.0"
|
wasmer-wasi = "2.0.0"
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
indoc = "1.0.3"
|
indoc = "1.0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue