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 c6d1b41 commit 45e9badCopy full SHA for 45e9bad
pages/dummy.html
@@ -27,7 +27,7 @@ <h2>WebAssembly Greeting Demo</h2>
27
</section>
28
29
<script type="module">
30
-const wasmPath = 'wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)
+const wasmPath = '/wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)
31
const loadButton = document.getElementById('load-wasm');
32
const output = document.getElementById('wasm-result');
33
const utf8 = new TextDecoder();
0 commit comments