Skip to content

Commit 065bfde

Browse files
authored
Update dummy.html
1 parent 225b963 commit 065bfde

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pages/dummy.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<section class="dummy-page">
2-
<button type="button" id="load-wasm">Load greeting from WebAssembly</button>
3-
<pre id="wasm-result" aria-live="polite">Click the button to fetch the WebAssembly module.</pre>
4-
</section>
1+
<button type="button" id="load-wasm">Load greeting from WebAssembly</button>
2+
<pre id="wasm-result" aria-live="polite">Click the button to fetch the WebAssembly module.</pre>
53

64
<script type="module">
75
const wasmPath = '/wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)

0 commit comments

Comments
 (0)