<https://x.com/bashorov/status/1829216657358893176>
b
Weโ€™re just one version away from getting WASM to work on Sequoia, which ships with Safari 18.0 (20619.1.26.31.6) instead of 18.0 (20620.1.6). Almost there! #WasmGC #WebAssembly
๐Ÿ”ฅ 3
๐Ÿ™ 1
๐Ÿ˜ฎ 4
Apple is playing with us... sadly Safari Version 18.1 (20619.2.8.11.10) does not ship with WASM GC (20620.1.6).
๐Ÿฅฒ 2
j
How come? Where do you get the info from?
b
Finally the day has come, all major browsers properly support Kotlin wasm - Safari 18.2 is out - it works using the latest 18.2 OS ๐ŸŽ‰
kodee happy 6
๐Ÿ”ฅ 19
.wasm 15
๐Ÿš€ 9
r
My Compose Wasm app works fine on my iphone browser now. Though I have to say it's far from 120 hz. I think over time it gets warmed up (no idea if wasm does anything similar to what Android runtime does) and is a bit smoother.
b
Itโ€™s more about VM, anyway all browser VM has 2+ tiers, โ€ข base compiler โ€” generating native binary as fast as possible, while downloading it. โ€ข advanced compiler โ€” slow, but doing much more optimizations.
๐Ÿ‘ 1
Some of VMs also have intermediate tiers
m
It also works on older macOS Sonoma 14.7.2. I just updated and could run my wasmJs Compose app without problems.