MiniKotlin is now available to celebrate Kotlin's 15th anniversary. And it doesn't require the JVM.
The MiniSwift macOS Emulator is nearing completion. Below is a sample video showcasing the Siri emulation.
Iād like to clarify a few points here:
1. This visual output is not a CSS or JS emulation.
2. It takes your Swift project's SiriKit integration code, processes it through UIIR, and renders it directly onto a web canvas.
OH! No, that's outdated information.
Because now there's https://miniswift.run/ ;-)
Does SwiftData work in the browser?
YES with MiniSwift
Swift Charts now runs in the browser.
Write Chart { BarMark(x: .value(...), y: .value(...)) } in MiniSwift Studio and watch it render live ā bars, lines, scatter, pie, multi-series with legends. No Mac. No Xcode. No server.
The wild part: it's a Swift compiler hand-written in C ā WebAssembly, and the charts are drawn on a <canvas> straight from the compiled UI tree. 100% client-side.