Skip to content

Commit df821af

Browse files
authored
Update dummy.html
1 parent 7302e0f commit df821af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/dummy.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
const utf8 = new TextDecoder();
1111

1212
async function instantiateWasm(url, imports = {}) {
13-
// Try streaming first (faster if server sets application/wasm)
1413
try {
1514
const res = await fetch(url);
1615
if (!res.ok) throw new Error(`HTTP ${res.status} ${res.statusText}`);

0 commit comments

Comments
 (0)