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."; } } }