mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
enable wasm TestBase64
This commit is contained in:
parent
93817a38e2
commit
2e6bf95fda
2 changed files with 12 additions and 2 deletions
|
@ -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",
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue