File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : swiftwasm/setup-swiftwasm@v2
2222 with :
2323 target : " wasm32-unknown-wasip1-threads"
24- - run : swift build --swift-sdk wasm32-unknown-wasip1-threads
24+ - run : swift build --swift-sdk wasm32-unknown-wasip1-threads
Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ let package = Package(
1313 dependencies: [
1414 . package ( url: " https://github.com/apple/swift-algorithms.git " , from: " 1.0.0 " ) ,
1515 . package ( url: " https://github.com/adam-fowler/async-collections " , from: " 0.0.1 " ) ,
16-
16+
1717 // TODO: SM: Revert before merging. Temporarily using PL nio to test fix for NIOCore.
1818 // .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
19- . package ( url: " https://github.com/PassiveLogic/swift-nio.git " , branch: " fix/fix-niocore-build-for-wasip1 " )
19+ . package (
20+ url: " https://github.com/PassiveLogic/swift-nio.git " ,
21+ branch: " fix/fix-niocore-build-for-wasip1 "
22+ ) ,
2023 ] ,
2124 targets: [
2225 . target(
Original file line number Diff line number Diff line change 44[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FDataLoader%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/GraphQLSwift/DataLoader )
55[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FDataLoader%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/GraphQLSwift/DataLoader )
66
7+ TODO: SM: Change Revert to the following once done testing:
8+ <!-- [](https://github.com/GraphQLSwift/DataLoader/actions/workflows/wasm.yml) -->
9+ [ ![ WASI 0.1] ( https://github.com/PassiveLogic/DataLoader/actions/workflows/wasm.yml/badge.svg?branch=scott )] ( https://github.com/PassiveLogic/DataLoader/actions/workflows/wasm.yml )
10+
711DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
812
913This is a Swift version of the Facebook [ DataLoader] ( https://github.com/facebook/dataloader ) .
You can’t perform that action at this time.
0 commit comments