ensure runtime is not existed in emscripten_async_wget

This commit is contained in:
Alon Zakai 2015-05-26 14:45:14 -07:00
Родитель 8aa4c3c967
Коммит 3a333c3bbe
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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) {