Skip to content

Commit 45e9bad

Browse files
authored
Update dummy.html
1 parent c6d1b41 commit 45e9bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/dummy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>WebAssembly Greeting Demo</h2>
2727
</section>
2828

2929
<script type="module">
30-
const wasmPath = 'wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)
30+
const wasmPath = '/wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)
3131
const loadButton = document.getElementById('load-wasm');
3232
const output = document.getElementById('wasm-result');
3333
const utf8 = new TextDecoder();

0 commit comments

Comments
 (0)