mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
test_gen: reduce wasm test time from 1m30s to 15s using Wasmer's singlepass compiler
This commit is contained in:
parent
57179eb458
commit
97c939c191
2 changed files with 47 additions and 1 deletions
|
@ -39,7 +39,7 @@ libc = "0.2.106"
|
|||
inkwell = { path = "../../vendor/inkwell" }
|
||||
target-lexicon = "0.12.2"
|
||||
libloading = "0.7.1"
|
||||
wasmer = { version = "2.0.0", default-features = false, features = ["default-cranelift", "default-universal"] }
|
||||
wasmer = { version = "2.0.0", default-features = false, features = ["default-singlepass", "default-universal"] }
|
||||
wasmer-wasi = "2.0.0"
|
||||
tempfile = "3.2.0"
|
||||
indoc = "1.0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue