Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

WASM threads not supported due to cross-origin isolation not being enabled

A topic by Pipo created 71 days ago Views: 199 Replies: 2
Viewing posts 1 to 3

It seems like itch.io does not use cross-origin isolation, which means WASM threads are not supported, which can be used to help performances, for example decompressing textures in a thread instead of the main loop.

Admin

Are you reporting this for the app specifically, or for playing games in your regular browser?

You will minimally need to enable this option to ensure that you have access to the elevated APIs: https://itch.io/t/2025776/experimental-sharedarraybuffer-support

Yeah the issuewas actually realted to sharedarraybuffer, my mistake, I see the option in the settings so I guess it's fine!