Skip to content

Commit

Permalink
[README] Update README for wasm spec 2022/02/23.
Browse files Browse the repository at this point in the history
  • Loading branch information
q82419 committed Mar 4, 2022
1 parent 967da35 commit c446a76
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

* `core/select/select.wast` line 368: `invalid result arity` -> `type mismatch`
* This error message is for the WAT format, WASM format cannot detect this error by the bytecode.
* Temporary not update the `core/binary` tests for `wasm-dev` branch and related tags.
* These tests should be covered after the file manager refactored in the WasmEdge project.

## Branches And Tags

Expand All @@ -23,7 +21,7 @@
### Newest Tags

* `wasm-dev-0.9.1`: The test suite for [WasmEdge 0.9.1](https://github.com/WasmEdge/WasmEdge/releases/tag/0.9.1).
* `wasm-core-20211214`: The test suite in the date 2021/12/14 from the WASM spec.
* `wasm-core-20220223`: The test suite in the date 2022/02/23 from the WASM spec.

### Inactive Branches

Expand All @@ -33,6 +31,7 @@

* `wasm-dev-0.9.0`: The test suite for [WasmEdge 0.9.0](https://github.com/WasmEdge/WasmEdge/releases/tag/0.9.0).
* `wasm-dev-0.8.0`: The test suite for [WasmEdge 0.8.0](https://github.com/WasmEdge/WasmEdge/releases/tag/0.8.0).
* `wasm-core-20211214`: The test suite in the date 2021/12/14 from the WASM spec.
* `wasm-core-20211119`: The test suite in the date 2021/11/19 from the WASM spec.
* `wasm-core-20210414`: The test suite in the date 2021/04/14 from the WASM spec.
* `wasm-ref-types`: The test suite for the bulk-memory-operations and reference-types proposals.
Expand Down

0 comments on commit c446a76

Please sign in to comment.