From ee98729be398eeceb1635feaeca5a7534c7948a8 Mon Sep 17 00:00:00 2001 From: Anthony <62391911+ajwood1965@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:02:51 -0500 Subject: [PATCH] warn on missing needed browser features in example index pages. --- examples/index-file.html | 22 ++++++++++++++++------ examples/index.html | 13 +++++++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/examples/index-file.html b/examples/index-file.html index b4293f31..33b4815b 100644 --- a/examples/index-file.html +++ b/examples/index-file.html @@ -1,20 +1,15 @@ Examples using tiny-wasm-runtime - -

Examples

Using tiny-wasm-runtime

+

File (unbundled) version

Use the browser back arrow to return to this menu from an example

-

hello world
@@ -37,6 +32,21 @@

Using tiny-wasm-runtime

Run tiny-wasm-runtime unit tests

Switch to the bundled examples + + + \ No newline at end of file diff --git a/examples/index.html b/examples/index.html index 278c57b4..144ee3b8 100644 --- a/examples/index.html +++ b/examples/index.html @@ -6,6 +6,7 @@

Examples

Using tiny-wasm-runtime

+

Bundled version

Use the browser back arrow to return to this menu from an example


@@ -30,6 +31,18 @@

Using tiny-wasm-runtime

Run tiny-wasm-runtime unit tests

Switch to the unbundled examples + + + \ No newline at end of file