ensure runtime is not existed in emscripten_async_wget
This commit is contained in:
Родитель
8aa4c3c967
Коммит
3a333c3bbe
|
@ -767,6 +767,8 @@ mergeInto(LibraryManager.library, {
|
|||
#endif
|
||||
|
||||
emscripten_async_wget: function(url, file, onload, onerror) {
|
||||
Module['noExitRuntime'] = true;
|
||||
|
||||
var _url = Pointer_stringify(url);
|
||||
var _file = Pointer_stringify(file);
|
||||
function doCallback(callback) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче