我对html/css/javascript很陌生。我只是编写了通常通常加载的 一个小网站 ,但有时, (特别是如果我在给定的浏览器中已经几个小时没有加载它)在浏览器中加载得不太好:嵌入字体(用于标题)或javascript (大的“播放”按钮)加载正确。下面是问题发生时的 控制台日志 (代码也被复制到下面)。通常,一个简单的刷新(不移除缓存)就足以正确加载页面。 wasm streaming compile failed 和 falling back to ArrayBuffer instantiation 这两行看起来并不重要,因为当页面正确加载时,它们仍然会出现。
wasm streaming compile failed
falling back to ArrayBuffer instantiation
但是,当我在本地加载时,所有这些消息都会出现在控制台中。这可能表明服务器端存在问题(我正在使用免费的Byethost托管)。
如果你能帮忙的话,谢谢!
Failed to decode downloaded font: http://chiptunegenerator.com/Pixel.woff2 OTS parsing error: invalid version tag wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'. falling back to ArrayBuffer instantiation failed to asynchronously prepare wasm: CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 68 74 6d @+0 CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 68 74 6d @+0 CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 68 74 6d @+0 Uncaught (in promise) RuntimeError: abort(CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 68 74 6d @+0). Build with -s ASSERTIONS=1 for more info.