Skip to content

Change wasi:clocks from include to import in wasi:http/proxy #195

Change wasi:clocks from include to import in wasi:http/proxy

Change wasi:clocks from include to import in wasi:http/proxy #195

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@v4
- name: ensure `./wit/deps` are in sync
run: |
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl
chmod +x ./wit-deps
./wit-deps lock --check
- uses: WebAssembly/wit-abi-up-to-date@v21
with:
wit-bindgen: '0.26.0'
worlds: 'imports proxy'