Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

Update docs around SharedArrayBuffer support #58

Closed tducasse closed 2 years ago

tducasse commented 2 years ago

SharedArrayBuffer is not defined will be thrown on more than just Firefox now (Chrome dropped the support for non cross origin isolated use recently), so I thought we could update the documentation around when to use the compatibility mode.

On another note, itch.io added a way to enable the required headers, as an experimental option, so I've added something about it as well.

There's a great explanation here: https://itch.io/t/2025776/experimental-sharedarraybuffer-support

Davidobot commented 2 years ago

Super! Thanks for this.