Skip to content

Commit

Permalink
updated wit-abi to a version that addresses the moving of wit-parser …
Browse files Browse the repository at this point in the history
…off of wit-bindgen - previous ones fail (#1)

Signed-off-by: danbugs <[email protected]>

Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored Nov 23, 2022
1 parent b9cb502 commit 6601e10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: WebAssembly/wit-abi-up-to-date@v2
- uses: WebAssembly/wit-abi-up-to-date@v6
with:
wit-abi-tag: wit-abi-0.1.0
wit-abi-tag: wit-abi-0.6.0
2 changes: 1 addition & 1 deletion proposal-template.abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Size: 16, Alignment: 8
Explanation for developers using the API.
##### Results

- <a href="#api_function_one." name="api_function_one."></a> ``: [`api-type-one`](#api_type_one)
- [`api-type-one`](#api_type_one)

2 changes: 1 addition & 1 deletion proposal-template.wit.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More rigorous specification details for the implementer go here, if needed.
/// Short description
///
/// Explanation for developers using the API.
api-function-one: function() -> api-type-one
api-function-one: func() -> api-type-one
```

If needed, this would explain what a compliant implementation MUST do, such as never returning an earlier result from a later call.

0 comments on commit 6601e10

Please sign in to comment.