enable wasm TestBase64

This commit is contained in:
Folkert 2021-09-04 20:01:06 +02:00
parent 93817a38e2
commit 2e6bf95fda
2 changed files with 12 additions and 2 deletions

View file

@ -617,11 +617,13 @@ fn link_wasm32(
// include libc
"-lc",
"-target",
"wasm32-wasi",
"wasm32-wasi-musl",
"--pkg-begin",
"str",
zig_str_path.to_str().unwrap(),
"--pkg-end",
"--strip",
// "-O", "ReleaseSmall",
// useful for debugging
// "-femit-llvm-ir=/home/folkertdev/roc/roc/examples/benchmarks/platform/host.ll",
])