Stremio / stremio-core

⚛️ The Stremio Core: types, addon system, UI models, core logic
MIT License
921 stars 67 forks source link

Disable WASM sign extension ops for iOS 14 Safari #704

Closed Willy-JL closed 2 weeks ago

Willy-JL commented 1 month ago

Fixes https://github.com/Stremio/stremio-bugs/issues/868: Essentially, iOS 14 Safari does not support these WASM instructions, and this simple change allows stremio to load without WASM errors.