Skip to content

Commit 7a516a8

Browse files
committed
Make wasm-opt generate the new exception handling instructions
1 parent eb6cd66 commit 7a516a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/lib/wasm/wa_binaryen.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ let optimize
128128
in
129129
command
130130
("wasm-opt"
131+
:: "--emit-exnref"
131132
:: (common_options ()
132133
@ optimization_options.(level - 1)
133134
@ [ Filename.quote input_file; "-o"; Filename.quote output_file ])

0 commit comments

Comments
 (0)