From f6ed8379f1be4f0840ecb63efc766c4c422d2fa3 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 23 Nov 2023 12:46:01 -0800 Subject: [PATCH] Add note about using wasm --- fiat-html/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fiat-html/main.js b/fiat-html/main.js index 26cf6fd37a4..b173b459c0c 100644 --- a/fiat-html/main.js +++ b/fiat-html/main.js @@ -162,9 +162,9 @@ document.addEventListener('DOMContentLoaded', function() { errorMessage += "
Unfortunately Chrome, Firefox, and the ECMAScript Standard don't support proper tail-call elimination for unfortunate historical reasons."; if (!isMacOrIOS) { - errorMessage += "
Consider opening this page in Safari on a Mac or iOS device instead."; + errorMessage += "
Consider using WASM or opening this page in Safari on a Mac or iOS device instead."; } else { - errorMessage += "
Consider opening this page in Safari instead."; + errorMessage += "
Consider using WASM or opening this page in Safari instead."; } } }