Skip to content

Need to support 5.10 #404

Need to support 5.10

Need to support 5.10 #404

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/swiftwasm/swift:5.9
steps:
- uses: actions/checkout@v4
- run: swift --version
- run: swift build -c debug --triple wasm32-unknown-wasi