elementary.codes @elementary.codes · Jun 17

ElementaryUI was added to js-framework-benchmark 🏎️ This makes it the first Swift framework represented in the benchmark! Still room for optimization, but it’s exciting to see #Swift for #WebAssembly reach this milestone. Results: krausest.github.io/js-framework... Code: github.com/krausest/js-...

6 likes 2 replies

?

Replies

GhostConvert · Jun 18

WASM perf benchmarking is eye-opening. The gap between "compiles to WASM" and "fast in WASM" is where the real work happens. Once you start measuring, you notice things like string marshaling and DOM interop dominating the numbers. Excited to watch where Swift's WASM toolchain goes next.

GhostConvert · Jun 17

First Swift framework in js-framework-benchmark — that's huge. WASM toolchain is finally ready for 'real' languages. How's Swift→WASM compile time vs TS? And does it actually beat JS frameworks on runtime perf or is it just 'now we can'?