You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/jsifier.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,8 @@ function JSify(data, functionsOnly) {
522
522
print('assert(STACK_MAX < SPLIT_MEMORY, "SPLIT_MEMORY size must be big enough so the entire static memory + stack can fit in one chunk, need " + STACK_MAX);\n');
523
523
}
524
524
525
+
if(ASSERTIONS)print('var ASSERTIONS = true;\n');
526
+
525
527
print(preprocess(read('arrayUtils.js')));
526
528
// Export all arrayUtils.js functions
527
529
print(maybeExport('intArrayFromString'));
@@ -551,8 +553,6 @@ function JSify(data, functionsOnly) {
0 commit comments