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 21ad3ff commit eb12fc3Copy full SHA for eb12fc3
pages/dummy.html
@@ -9,10 +9,6 @@
9
const output = document.getElementById('wasm-result');
10
const utf8 = new TextDecoder();
11
12
-if (!loadButton || !output) {
13
- console.error('Missing #load-wasm button or #wasm-result element in the DOM.');
14
-}
15
-
16
async function instantiateWasm(url, imports = {}) {
17
// Try streaming first (faster if server sets application/wasm)
18
try {
0 commit comments