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 6f971aa commit 277f83aCopy full SHA for 277f83a
pages/dummy.html
@@ -16,7 +16,6 @@
16
if (output) output.textContent = 'Loading greeting...';
17
18
try {
19
- // No imports needed for your module, but keep an empty object for clarity
20
const { instance } = await instantiateWasm(new URL(wasmPath, document.baseURI));
21
const { exports } = instance;
22
0 commit comments