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/shell.js
+11-23
Original file line number
Diff line number
Diff line change
@@ -144,25 +144,15 @@ var ENVIRONMENT_IS_WASM_WORKER = Module['$ww'];
144
144
#if SHARED_MEMORY&&!MODULARIZE
145
145
// In MODULARIZE mode _scriptDir needs to be captured already at the very top of the page immediately when the page is parsed, so it is generated there
146
146
// before the page load. In non-MODULARIZE modes generate it here.
Copy file name to clipboardExpand all lines: src/shell_minimal.js
+9-3
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,15 @@ function ready() {
162
162
#if !MODULARIZE
163
163
// In MODULARIZE mode _scriptDir needs to be captured already at the very top of the page immediately when the page is parsed, so it is generated there
164
164
// before the page load. In non-MODULARIZE modes generate it here.
0 commit comments