scottmarchant

Results 7 issues of scottmarchant

⚠️ This PR is blocked from final testing and merging until dependent PR's are both merged and released. I added issues to the diff that I will resolve once everything...

# Summary This PR adds support for compiling sql-kit to wasm using the [SwiftWasm](https://swiftwasm.org) sdk. This PR is [part of a larger effort](https://github.com/PassiveLogic/swift-web-examples/issues/1) by a company called PassiveLogic to enable...

# Summary This PR adds support for compiling `swift-async-algorithms` to wasm using the [Swift SDK for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html) - but without pthreads and specialized command such as `swift build -Xcc -D_WASI_EMULATED_PTHREAD`....

# Summary This PR adds support for compiling sqlite-kit to wasm using the [Swift SDK for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html). This PR is [part of a larger effort](https://github.com/PassiveLogic/swift-web-examples/issues/1) by a company called PassiveLogic...

# Summary This PR adds support for compiling async-kit to wasm using the [Swift SDK for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html). This PR is [part of a larger effort](https://github.com/PassiveLogic/swift-web-examples/issues/1) by a company called PassiveLogic...

# Summary This PR adds support for compiling sqlite-nio to wasm using the [Swift SDK for WebAssembly](https://www.swift.org/documentation/articles/wasm-getting-started.html). This PR is [part of a larger effort](https://github.com/PassiveLogic/swift-web-examples/issues/1) by a company called PassiveLogic...

# Change summary Added swift wasm as a CI target, to help prevent future breakages to swift wasm builds in DataLoader # Details - Added ci stage that checks wasm...