[Web] Improve Godot shutdown and cleanup.
This commit is contained in:
parent
6882890a34
commit
cece83fdf2
2 changed files with 19 additions and 19 deletions
|
|
@ -275,7 +275,7 @@ const InternalConfig = function (initConfig) { // eslint-disable-line no-unused-
|
|||
'print': this.onPrint,
|
||||
'printErr': this.onPrintError,
|
||||
'thisProgram': this.executable,
|
||||
'noExitRuntime': true,
|
||||
'noExitRuntime': false,
|
||||
'dynamicLibraries': [`${loadPath}.side.wasm`],
|
||||
'instantiateWasm': function (imports, onSuccess) {
|
||||
function done(result) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue