Skip to content

Update readme

Update readme #390

Workflow file for this run

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