Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine library is not working without support for SharedArrayBuffer #201

Closed
lvcabral opened this issue Dec 19, 2023 · 0 comments · Fixed by #202
Closed

Engine library is not working without support for SharedArrayBuffer #201

lvcabral opened this issue Dec 19, 2023 · 0 comments · Fixed by #202
Assignees
Labels
bug Something isn't working

Comments

@lvcabral
Copy link
Owner

lvcabral commented Dec 19, 2023

In order to enable support for SharedArrayBuffer the web server must have COEP/COOP headers enabled, but the only side effect would be no controls/debug communication with the interpreter, the application should run with no interaction possible, and a warning on the log.

Currently the error Invalid atomic access index is being raised because of the use of Atomics with a regular ArrayBuffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant