Skip to content

WABT 1.0.35

WABT 1.0.35 #23

Workflow file for this run

name: Pull Request and Merge Workflow
on:
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
uses: ./.github/workflows/build.yml
with:
runner: ${{ matrix.os }}