summaryrefslogtreecommitdiff
path: root/chapter-7/index.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-07-06 18:08:46 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-07-06 18:08:46 -0400
commit23311804da2d59b6e63645c63ea5020599349cba (patch)
tree21f95871e22fe12a6cb68ad68658b46e3e5d91d2 /chapter-7/index.html
parentbe39f9f57fa1ddb5b1d161f1ef9a69bd9cf8630f (diff)
More tweaks to propagator prototype.
Diffstat (limited to 'chapter-7/index.html')
-rw-r--r--chapter-7/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter-7/index.html b/chapter-7/index.html
index 17e5f54..e5c4372 100644
--- a/chapter-7/index.html
+++ b/chapter-7/index.html
@@ -7,5 +7,20 @@
<script type="text/javascript" src="propagators.js"></script>
</head>
<body>
+ <article id="wasm-error" hidden="true">
+ <h1>Uh oh!</h1>
+ <p>
+ A browser with Wasm GC and tail call support is required for
+ this demo.
+ </p>
+ <p>
+ We recommend using either Firefox or Chrome.
+ </p>
+ <p>
+ Safari is currently unsupported. Likewise, <emph>all browsers</emph> on
+ iOS are unsupported, as they are all secretly Safari under the
+ hood.
+ </p>
+ </article>
</body>
</html>