You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Behavior:
When running the p5.js web editor in certain browsers (e.g., Firefox and some versions of Chrome), SharedArrayBuffer is undefined. This causes errors when attempting to use WebAssembly or other related features in p5.js.
Error Message:
Uncaught ReferenceError: SharedArrayBuffer is not defined
Expected Behavior
The SharedArrayBuffer API should be accessible in supported browsers.
The web editor should either handle this gracefully or provide a fallback mechanism.
Steps to reproduce
Open the p5.js Web Editor in Firefox or an affected version of Chrome.
Run a sketch that uses WebAssembly or SharedArrayBuffer.
Observe the error in the developer console.
The text was updated successfully, but these errors were encountered:
Thanks for opening this! We do have an open issue for this already (#3419), which I see that you engaged on! Since we want to try to organize and consolidate duplicate issues, I suggest adding any new updates, questions, or other thoughts you might have on it within that issue thread!
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
Actual Behavior:
When running the p5.js web editor in certain browsers (e.g., Firefox and some versions of Chrome), SharedArrayBuffer is undefined. This causes errors when attempting to use WebAssembly or other related features in p5.js.
Error Message:
Uncaught ReferenceError: SharedArrayBuffer is not defined
Expected Behavior
The SharedArrayBuffer API should be accessible in supported browsers.
The web editor should either handle this gracefully or provide a fallback mechanism.
Steps to reproduce
Open the p5.js Web Editor in Firefox or an affected version of Chrome.
Run a sketch that uses WebAssembly or SharedArrayBuffer.
Observe the error in the developer console.
The text was updated successfully, but these errors were encountered: