Skip to content

Commit 95332e9

Browse files
authored
Update dummy.html
1 parent 89d4e06 commit 95332e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pages/dummy.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<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>
2+
73
<button type="button" id="load-wasm">Load greeting from WebAssembly</button>
84
<pre id="wasm-result" aria-live="polite">Click the button to fetch the WebAssembly module.</pre>
95
</section>

0 commit comments

Comments
 (0)