Merge pull request #6542 from ostcar/fix_wasm_symbol_export

Export all symbols on wasm builds
This commit is contained in:
Brendan Hansknecht 2024-02-26 18:29:54 -08:00 committed by GitHub
commit 3ea97398f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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