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
we are in middle of integration of theoplayer in our project , currently for our flutter web platform we have migrated to WASM for higher performance on web.
And in our research we noticed theo player doesn't really support WASM at the moment.
Can we know when can it be enabled or is there any existing plans for this?
Thank you
The text was updated successfully, but these errors were encountered:
WASM support for Flutter Web was on our roadmap for Q4 2024, but due to all of its limitations we deprioritized it for early 2025.
Few things to keep in mind for this support:
once THEOplayer Flutter SDK will support WASM for Flutter Web, you can compile your app with WASM target
until today, WASM will only work on the latest Chrome and not in other browsers due to the lack of proper WASM support (see limitations link). And Flutter will fall back to the old JS-based renderings on unsupported browsers.
Once your app runs more performantly with WASM support, it doesn't mean that you can see noticeably more performant video playback with THEOplayer. For that, the underlying native THEOplayer Web SDK has to support WASM too.
Hi folks,
we are in middle of integration of theoplayer in our project , currently for our flutter web platform we have migrated to WASM for higher performance on web.
And in our research we noticed theo player doesn't really support WASM at the moment.
Can we know when can it be enabled or is there any existing plans for this?
Thank you
The text was updated successfully, but these errors were encountered: