diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d79fc1..5534415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,14 @@ jobs: - name: Test run: swift test --skip-update --parallel --enable-test-discovery - name: Build Release - run: swift build -c release \ No newline at end of file + run: swift build -c release + + webAssembly: + runs-on: ubuntu-20.04 + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Build + uses: swiftwasm/swiftwasm-action@master + with: + shell-action: swift build --triple wasm32-unknown-wasi