<https://x.com/bashorov/status/1829216657358893176...
# webassembly
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.