mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Export all symbols on wasm builds
This commit is contained in:
parent
f55df4bf6b
commit
06ab08003f
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ fn link_wasm32(
|
|||
"-fstrip",
|
||||
"-O",
|
||||
"ReleaseSmall",
|
||||
"-rdynamic",
|
||||
// useful for debugging
|
||||
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli_testing_examples/benchmarks/platform/host.ll",
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue