Merge branch 'x2t-hack' into 4.14-candidate

This commit is contained in:
ansuz 2022-03-25 10:12:54 +05:30
commit ac52af928b
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ function createWasm() {
}));
}
function instantiateAsync() {
if (!wasmBinary && typeof WebAssembly.instantiateStreaming === "function" && !isDataURI(wasmBinaryFile) && typeof fetch === "function") {
if (false && !wasmBinary && typeof WebAssembly.instantiateStreaming === "function" && !isDataURI(wasmBinaryFile) && typeof fetch === "function") {
fetch(wasmBinaryFile, {
credentials: "same-origin"
}).then((function(response) {