Skip to content

feat(*)!: Updates wasi-messaging interface with feedback #47

feat(*)!: Updates wasi-messaging interface with feedback

feat(*)!: Updates wasi-messaging interface with feedback #47

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
abi-up-to-date:
name: Check ABI files are up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v17
with:
wit-bindgen: '0.18.0'
worlds: 'imports messaging'