We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9768ec9 commit 394be5eCopy full SHA for 394be5e
examples/raytrace-parallel/index.js
@@ -12,7 +12,7 @@ concurrency.disabled = true;
12
13
// First up, but try to do feature detection to provide better error messages
14
function loadWasm() {
15
- let msg = 'This demo currently requires Firefox Nightly (64.0) with\n'
+ let msg = 'This demo requires a current version of Firefox (e.g., 70.0) with\n'
16
msg += 'the `javascript.options.shared_memory` option enabled in `about:config`';
17
if (typeof SharedArrayBuffer !== 'function') {
18
alert('this browser does not have SharedArrayBuffer support enabled' + '\n\n' + msg);
0 commit comments