We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7302e0f commit df821afCopy full SHA for df821af
pages/dummy.html
@@ -10,7 +10,6 @@
10
const utf8 = new TextDecoder();
11
12
async function instantiateWasm(url, imports = {}) {
13
- // Try streaming first (faster if server sets application/wasm)
14
try {
15
const res = await fetch(url);
16
if (!res.ok) throw new Error(`HTTP ${res.status} ${res.statusText}`);
0 commit comments