Skip to content

Commit 1c14d74

Browse files
committed
Review comment.
1 parent cd763dc commit 1c14d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ def run_embind_gen(wasm_target, js_syms, extra_settings, linker_inputs):
19661966
settings.SINGLE_FILE = False
19671967
# Embind may be included multiple times, de-duplicate the list first.
19681968
settings.JS_LIBRARIES = dedup_list(settings.JS_LIBRARIES)
1969-
# Assertions are always used.
1969+
# JS and TS generation expects assert to always be defined.
19701970
settings.ASSERTIONS = 1
19711971
# Replace embind with the TypeScript generation version.
19721972
embind_index = settings.JS_LIBRARIES.index('embind/embind.js')

0 commit comments

Comments
 (0)