Skip to content

Commit 16f3f56

Browse files
authored
Merge pull request #1 from danbugs/danbugs/update-wit-abi
updated wit-abi
2 parents 35ba0c7 + aeedaa5 commit 16f3f56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: WebAssembly/wit-abi-up-to-date@v2
14+
- uses: WebAssembly/wit-abi-up-to-date@v6
1515
with:
16-
wit-abi-tag: wit-abi-0.1.0
16+
wit-abi-tag: wit-abi-0.6.0

proposal-template.abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Size: 16, Alignment: 8
2727
Explanation for developers using the API.
2828
##### Results
2929

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

proposal-template.wit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ More rigorous specification details for the implementer go here, if needed.
2626
/// Short description
2727
///
2828
/// Explanation for developers using the API.
29-
api-function-one: function() -> api-type-one
29+
api-function-one: func() -> api-type-one
3030
```
3131

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

0 commit comments

Comments
 (0)