test_gen: reduce wasm test time from 1m30s to 15s using Wasmer's singlepass compiler

This commit is contained in:
Brian Carroll 2022-02-11 08:16:45 +00:00
parent 57179eb458
commit 97c939c191
2 changed files with 47 additions and 1 deletions

View file

@ -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"