Skip to content

Commit 39089e9

Browse files
committed
Update arc
1 parent 43614f9 commit 39089e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

arc

Submodule arc updated 1 file

docs/udesigner.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (ENVIRONMENT_IS_NODE) {
3131

3232
// --pre-jses are emitted after the Module integration code, so that they can
3333
// refer to Module (if they choose; they can also define Module)
34-
// include: /tmp/tmpel1dcfq7.js
34+
// include: /tmp/tmp_tjzxfcs.js
3535

3636
Module['expectedDataFileDownloads'] ??= 0;
3737
Module['expectedDataFileDownloads']++;
@@ -212,21 +212,21 @@ Module['FS_createPath']("/", "assets", true, true);
212212

213213
})();
214214

215-
// end include: /tmp/tmpel1dcfq7.js
216-
// include: /tmp/tmp1oqev74z.js
215+
// end include: /tmp/tmp_tjzxfcs.js
216+
// include: /tmp/tmpspovymhz.js
217217

218218
// All the pre-js content up to here must remain later on, we need to run
219219
// it.
220220
if (Module['$ww'] || (typeof ENVIRONMENT_IS_PTHREAD != 'undefined' && ENVIRONMENT_IS_PTHREAD)) Module['preRun'] = [];
221221
var necessaryPreJSTasks = Module['preRun'].slice();
222-
// end include: /tmp/tmp1oqev74z.js
223-
// include: /tmp/tmpbm95gal0.js
222+
// end include: /tmp/tmpspovymhz.js
223+
// include: /tmp/tmpqxq69bix.js
224224

225225
if (!Module['preRun']) throw 'Module.preRun should exist because file support used it; did a pre-js delete it?';
226226
necessaryPreJSTasks.forEach((task) => {
227227
if (Module['preRun'].indexOf(task) < 0) throw 'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
228228
});
229-
// end include: /tmp/tmpbm95gal0.js
229+
// end include: /tmp/tmpqxq69bix.js
230230

231231

232232
// Sometimes an existing Module object exists with properties

0 commit comments

Comments
 (0)