File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10298,7 +10298,10 @@ def compile(flags):
1029810298 compile(['-mnontrapping-fptoint', '-c'])
1029910299 verify_features_sec('nontrapping-fptoint', True)
1030010300
10301- # BIGINT causes binaryen to not run, and keeps the target_features section
10301+ # BIGINT causes binaryen to not run, and keeps the target_features section after link
10302+ # Setting this SAFARI_VERSION should enable bulk memory because it links in emscripten_memcpy_bulkmem
10303+ # However it does not enable nontrapping-fptoint yet because it has no effect at compile time and
10304+ # no libraries include nontrapping yet.
1030210305 compile(['-sMIN_SAFARI_VERSION=150000', '-sWASM_BIGINT'])
1030310306 verify_features_sec_linked('sign-ext', True)
1030410307 verify_features_sec_linked('mutable-globals', True)
You can’t perform that action at this time.
0 commit comments