Skip to content

second-state/WasmEdge-unittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Introduction

WasmEdge-unittest is a repository of unit test data by extracting WebAssembly (WASM) test suites.

Whats Difference

  • core/select/select.wast line 325: invalid result arity -> type mismatch
    • This error message is for the WAT format, WASM format cannot detect this error by the bytecode.
  • core/comments/comments.wast line 81: remove the WAT tests.
    • The tests are for comment tests in WAT and cannot be parsed by wabt, therefore remove them.

Branches And Tags

Active Branches

Newest Tags

  • wasm-dev-0.14.0: The test suite for WasmEdge 0.14.0.
  • wasm-core-20240217: The test suite in the date 2024/02/17 from the WASM spec.

Older Tags

  • wasm-dev-0.13.0: The test suite for WasmEdge 0.13.0.
  • wasm-dev-0.12.0: The test suite for WasmEdge 0.12.0.
  • wasm-dev-0.11.0: The test suite for WasmEdge 0.11.0.
  • wasm-dev-0.10.1: The test suite for WasmEdge 0.10.1.
  • wasm-dev-0.10.0: The test suite for WasmEdge 0.10.0.
  • wasm-dev-0.9.1: The test suite for WasmEdge 0.9.1.
  • wasm-dev-0.9.0: The test suite for WasmEdge 0.9.0.
  • wasm-dev-0.8.0: The test suite for WasmEdge 0.8.0.
  • wasm-core-20231026: The test suite in the date 2023/10/26 from the WASM spec.
  • wasm-core-20230511: The test suite in the date 2023/05/11 from the WASM spec.
  • wasm-core-20221215: The test suite in the date 2022/12/15 from the WASM spec.
  • wasm-core-20221026: The test suite in the date 2022/10/26 from the WASM spec.
  • wasm-core-20220712: The test suite in the date 2022/07/12 from the WASM spec.
  • wasm-core-20220504: The test suite in the date 2022/05/04 from the WASM spec.
  • wasm-core-20220223: The test suite in the date 2022/02/23 from the WASM spec.
  • 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.

Deprecated

  • wasm-core: The older test suite for the SSVM 0.7.2 and SSVM 0.7.3. Deprecated and will not update.
  • wasm-ref-types: The test suite for the bulk-memory-operations and reference-types proposals.
  • wasm-1.1: The test suite for the WASM 1.1.
  • wasm-1.0: The test suite for the WASM 1.0.