Created
June 28, 2018 22:32
-
-
Save kumpera/937caa139d12ee7159703d67e3ee6eaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Module = { | |
onRuntimeInitialized: function () { | |
MONO.mono_load_runtime_and_bcl ( | |
"managed", | |
"managed", | |
1, | |
[ "sample.dll","sample.pdb","mscorlib.dll","System.Core.dll","System.dll","Mono.Security.dll","System.Xml.dll","bindings.dll" ], | |
function () { | |
Module.mono_bindings_init ("bindings"); | |
App.init (); | |
}); | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment