From 0b0412b53cf2d43f924d42947408874626e85e14 Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Wed, 11 Sep 2024 23:09:36 -0400 Subject: [PATCH 1/2] overhaul template to fix resize issues --- tools/wasm/basic_template.html | 144 +++++++++++++++++---------------- 1 file changed, 73 insertions(+), 71 deletions(-) diff --git a/tools/wasm/basic_template.html b/tools/wasm/basic_template.html index e15b7abe..88018254 100644 --- a/tools/wasm/basic_template.html +++ b/tools/wasm/basic_template.html @@ -1,77 +1,79 @@ - - - - - - Emscripten-Generated Code - - - - - - - + +
+ +
+ + {{{ SCRIPT }}} + + \ No newline at end of file From e8544c0d61253c50fa114602751164dfc835ffba Mon Sep 17 00:00:00 2001 From: Moros Smith Date: Thu, 12 Sep 2024 03:34:59 -0400 Subject: [PATCH 2/2] viewport tag to ensure a decent mobile ux (good catch, Ciaran) --- tools/wasm/basic_template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/wasm/basic_template.html b/tools/wasm/basic_template.html index 88018254..12a9f566 100644 --- a/tools/wasm/basic_template.html +++ b/tools/wasm/basic_template.html @@ -3,6 +3,7 @@ + Emscripten-Generated Code