Skip to content

Commit 8ef0ed7

Browse files
committed
add comment
1 parent dfb9e50 commit 8ef0ed7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_other.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)