Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Genkin committed Jun 23, 2021
1 parent dc74867 commit 8ac6755
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mono/wasm/runtime-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ var Module = {
printErr,

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

onAbort: function(x) {
Expand Down

0 comments on commit 8ac6755

Please sign in to comment.