Export all symbols on wasm builds

This commit is contained in:
Oskar Hahn 2024-02-26 15:40:58 +01:00
parent f55df4bf6b
commit 06ab08003f
No known key found for this signature in database
GPG key ID: E72581B1FE9F104C

View file

@ -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",
])