From d204864fea0deb3a0fc11551e718e7c413f6fe81 Mon Sep 17 00:00:00 2001 From: streamcode9 Date: Sun, 21 Sep 2025 22:31:41 +0200 Subject: [PATCH] Add WebAssembly greeting demo to dummy page --- pages/dummy.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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.
+
+ +