Skip to content

Commit 20c2c61

Browse files
authored
fix: WIT semicolon syntax (#27)
* fix: WIT semicolon syntax - update to latest wit deps - update WIT ABI to v16 - semicolon all-the-things * fix: pin latest wit-bindgen
1 parent 7ba8ae5 commit 20c2c61

17 files changed

+1500
-3256
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
name: Check ABI files are up-to-date
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: ensure `./wit/deps` are in sync
1515
run: |
16-
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.2/wit-deps-x86_64-unknown-linux-musl
16+
curl -Lo 'wit-deps' https://github.com/bytecodealliance/wit-deps/releases/download/v0.3.3/wit-deps-x86_64-unknown-linux-musl
1717
chmod +x wit-deps
1818
./wit-deps lock --check
19-
- uses: WebAssembly/wit-abi-up-to-date@v6
19+
- uses: WebAssembly/wit-abi-up-to-date@v16
2020
with:
21-
wit-abi-tag: wit-abi-0.6.0
21+
worlds: 'keyvalue keyvalue-handle-watch'
22+
wit-bindgen: '0.13.0'

keyvalue-handle-watch.html

Lines changed: 0 additions & 730 deletions
This file was deleted.

0 commit comments

Comments
 (0)