We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d966ed5 commit 9a3e2c7Copy full SHA for 9a3e2c7
1 file changed
scripts/j2cl.sh
@@ -15,7 +15,7 @@ set -e
15
# This will emit one file for each stage of compilation, as output.wasm.N.wasm.
16
#
17
18
-COMMON="--enable-exception-handling --enable-gc --enable-reference-types --enable-sign-ext --enable-strings --enable-nontrapping-float-to-int --enable-bulk-memory --closed-world --traps-never-happen"
+COMMON="--enable-exception-handling --enable-gc --enable-reference-types --enable-sign-ext --enable-strings --enable-nontrapping-float-to-int --enable-bulk-memory --enable-custom-descriptors --closed-world --traps-never-happen"
19
20
echo "Stage 1"
21
bin/wasm-opt $COMMON "--no-inline=*_<once>_*" -O3 --cfp-reftest --optimize-j2cl --gufa --unsubtyping -O3 --cfp-reftest --optimize-j2cl -O3 --cfp-reftest --optimize-j2cl $1 -o $2.1.wasm
0 commit comments