SwiftWebUI icon indicating copy to clipboard operation
SwiftWebUI copied to clipboard

SwiftUI with support for WebAssembly

Results 2 SwiftWebUI issues
Sort by recently updated
recently updated
newest added

``` my-app % make cd MyApp && \ swift build --triple wasm32-unknown-wasi && \ cp .build/debug/MyApp ../dist/SwiftWASM.wasm && \ wasm-strip ../dist/SwiftWASM.wasm && \ gzip ../dist/SwiftWASM.wasm --best /Users/az/swift/src/github.com/felicitaspublica/my-app/MyApp: error: manifest parse...

https://github.com/carson-katri/swiftwebui-scripts