Skip to content

Commit 8ac6755

Browse files
committed
cleanup
1 parent dc74867 commit 8ac6755

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mono/wasm/runtime-test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,7 @@ var Module = {
211211
printErr,
212212

213213
preInit: async function() {
214-
// this forces emsdk to await and laod the file now
215-
Module.addRunDependency('mono-config.json');
216214
Module.config = await MONO.mono_wasm_load_config("./mono-config.json");
217-
Module.removeDependency('mono-config.json');
218215
},
219216

220217
onAbort: function(x) {

0 commit comments

Comments
 (0)