Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def check_human_readable_list(items):

# Run the translator to the new EH instructions with exnref
if settings.WASM_EXNREF:
passes += ['--experimental-new-eh']
passes += ['--emit-exnref']

return passes

Expand Down