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 225b963 commit 065bfdeCopy full SHA for 065bfde
pages/dummy.html
@@ -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>
+<button type="button" id="load-wasm">Load greeting from WebAssembly</button>
+<pre id="wasm-result" aria-live="polite">Click the button to fetch the WebAssembly module.</pre>
5
6
<script type="module">
7
const wasmPath = '/wasm/hello.wasm'; // relative (works on GitHub Pages subpaths)
0 commit comments