We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3945e9c commit fc5aa73Copy full SHA for fc5aa73
.github/workflows/test.yaml
@@ -15,3 +15,12 @@ jobs:
15
uses: graphqlswift/ci/.github/workflows/test.yaml@main
16
with:
17
include_android: false
18
+
19
+ wasm:
20
+ runs-on: ubuntu-latest
21
+ container: swift:6.1.0
22
+ steps:
23
+ - name: Checkout
24
+ uses: actions/checkout@v4
25
+ - run: swift build --swift-sdk wasm32-unknown-wasip1-threads
26
+ uses: swiftwasm/setup-swiftwasm@v2
0 commit comments