Write WebAssembly in Swift and use it in Swift App

Original link: https://blog.kevinzhow.com/2022/06/11/swift-webassembly/ Backgroud I’ve been developing a new app for a while, one of the most cool idea is to let user write their own script to extend app’s ability. But what kind of scripting language should I support? Why not to support them all? So the decision is to adapt WebAssembly which grants …

Write WebAssembly in Swift and use it in Swift App Read More »