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 bdbd9f5 commit b79d221Copy full SHA for b79d221
ports/unix/build-wasi.sh
@@ -41,10 +41,10 @@ ${WASM_OPT} \
41
--spill-pointers \
42
-o ${PROG}.spilled ${PROG}
43
44
-# LLVM still uses the older version of EH proposal.
45
-# Convert to the latest version of EH proposal.
+# LLVM still uses the older version of EH proposal. ("phase 3")
+# Convert to the latest version of EH proposal with exnref.
46
${WASM_OPT} \
47
---translate-to-new-eh --enable-exception-handling \
+--translate-to-exnref --enable-exception-handling \
48
-o ${PROG}.spilled.neweh ${PROG}.spilled
49
50
# now you can run it with EH-enabled runtimes.
0 commit comments