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.

Try it https://miniswift.run/studio/

#Swift #SwiftUI #SwiftCharts #WebAssembly