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 89d4e06 commit 95332e9Copy full SHA for 95332e9
pages/dummy.html
@@ -1,9 +1,5 @@
1
<section class="dummy-page">
2
- <h2>WebAssembly Greeting Demo</h2>
3
- <p>
4
- The button below loads <code>wasm/hello.wasm</code>—a module compiled from <code>hello.c</code>—
5
- and calls the exported <code>get_greeting</code> function to display its message.
6
- </p>
+
7
<button type="button" id="load-wasm">Load greeting from WebAssembly</button>
8
<pre id="wasm-result" aria-live="polite">Click the button to fetch the WebAssembly module.</pre>
9
</section>
0 commit comments