Skip to content

Commit

Permalink
update auto-generated files and wit-abi-up-to-date version
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Oct 4, 2024
1 parent 7c18cab commit 7723bc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v17
with:
wit-bindgen: '0.18.0'
wit-bindgen: '0.30.0'
worlds: 'imports imports-request-reply messaging-core messaging-request-reply'
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ wit-bindgen markdown ./wit/ -w imports --html-in-md
wit-bindgen markdown ./wit/ -w imports-request-reply --html-in-md
wit-bindgen markdown ./wit/ -w messaging-core --html-in-md
wit-bindgen markdown ./wit/ -w messaging-request-reply --html-in-md
```
```

It would make sense for a lot of these functions to be async, but that is not currently natively supported in
the component model. Async support will be added as part of WASI Preview 3.

0 comments on commit 7723bc2

Please sign in to comment.