Skip to content

Commit 1adc774

Browse files
committed
Make wasm-opt generate the new exception handling instructions
1 parent a5152d3 commit 1adc774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/lib-wasm/binaryen.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ let optimize
131131
in
132132
command
133133
("wasm-opt"
134+
:: "--emit-exnref"
134135
:: (common_options ()
135136
@ Option.value ~default:optimization_options.(level - 1) options
136137
@ [ Filename.quote input_file; "-o"; Filename.quote output_file ])

0 commit comments

Comments
 (0)