diff --git a/pages/dummy.html b/pages/dummy.html index 7c50671..e5b1c6d 100644 --- a/pages/dummy.html +++ b/pages/dummy.html @@ -15,3 +15,56 @@

Dummy Content

"Sometimes you just need a blank canvas before the masterpiece arrives."

+ +
+

WebAssembly Greeting Demo

+

+ The button below loads wasm/hello.wasm—a module compiled from hello.c— + and calls the exported get_greeting function to display its message. +

+ +
Click the button to fetch the WebAssembly module.
+
+ +