diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f27c0a2..a618099 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/proposal-template.abi.md b/proposal-template.abi.md index 9f935ee..7a1c372 100644 --- a/proposal-template.abi.md +++ b/proposal-template.abi.md @@ -27,5 +27,5 @@ Size: 16, Alignment: 8 Explanation for developers using the API. ##### Results -- ``: [`api-type-one`](#api_type_one) +- [`api-type-one`](#api_type_one) diff --git a/proposal-template.wit.md b/proposal-template.wit.md index efa5364..3c7e8ef 100644 --- a/proposal-template.wit.md +++ b/proposal-template.wit.md @@ -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.