Skip to content

Commit

Permalink
Update comments for different iOS versions
Browse files Browse the repository at this point in the history
Co-authored-by: elpiel <[email protected]>
  • Loading branch information
Willy-JL and elpiel committed Jul 27, 2024
1 parent 2edf326 commit 652c03b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stremio-core-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ tracing-wasm = "0.2"
[dev-dependencies]
wasm-bindgen-test = "0.3.0"

# iOS 14 Safari does not support WASM sign extension operations
[package.metadata.wasm-pack.profile.release]
# iOS 12 Safari - unsupported, flag is insufficient for this version to work and out-of-scope for now
# iOS 14 Safari - unsupported, we need to use `--signext-lowering`
# iOS 15 Safari - supported without this flag, current version is tested and works
wasm-opt = ["--signext-lowering"]

0 comments on commit 652c03b

Please sign in to comment.