We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc74867 commit 8ac6755Copy full SHA for 8ac6755
src/mono/wasm/runtime-test.js
@@ -211,10 +211,7 @@ var Module = {
211
printErr,
212
213
preInit: async function() {
214
- // this forces emsdk to await and laod the file now
215
- Module.addRunDependency('mono-config.json');
216
Module.config = await MONO.mono_wasm_load_config("./mono-config.json");
217
- Module.removeDependency('mono-config.json');
218
},
219
220
onAbort: function(x) {
0 commit comments