We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3242ea5 commit fed1729Copy full SHA for fed1729
compiler/lib-wasm/binaryen.ml
@@ -123,6 +123,7 @@ let optimize ~profile ~opt_input_sourcemap ~input_file ~opt_output_sourcemap ~ou
123
in
124
command
125
("wasm-opt"
126
+ :: "--emit-exnref"
127
:: (common_options ()
128
@ optimization_options.(level - 1)
129
@ [ Filename.quote input_file; "-o"; Filename.quote output_file ])
0 commit comments