Skip to content

Commit eb12fc3

Browse files
authored
Update dummy.html
1 parent 21ad3ff commit eb12fc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/dummy.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
const output = document.getElementById('wasm-result');
1010
const utf8 = new TextDecoder();
1111

12-
if (!loadButton || !output) {
13-
console.error('Missing #load-wasm button or #wasm-result element in the DOM.');
14-
}
15-
1612
async function instantiateWasm(url, imports = {}) {
1713
// Try streaming first (faster if server sets application/wasm)
1814
try {

0 commit comments

Comments
 (0)