make more tests run under wasm

This commit is contained in:
Folkert 2021-08-29 15:18:25 +02:00
parent b37cccaa01
commit 815a4f76a7
6 changed files with 87 additions and 30 deletions

View file

@ -195,9 +195,8 @@ pub fn build_zig_host_wasm32(
"--library",
"c",
"-target",
// "i386-linux-musl",
"i386-linux-musl",
// "wasm32-wasi",
"wasm32-unknown-unknown-wasi",
// "-femit-llvm-ir=/home/folkertdev/roc/roc/examples/benchmarks/platform/host.ll",
])
.output()