Skip to content

WasmEdge/wasmedge-spectest

Repository files navigation

Introduction

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

Folders

Whats Difference

  • wasm-2.0/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.
  • threads/atomic/atomic.wast: divergence behavior
    • Please check this issue.
    • Modified the wast file for fitting the compare_exchange_strong behavior in C++.
  • threads/atomic_wait_notify/atomic_wait_notify.wast: line 73: remove the thread tests.
    • The S-Expression of threads cannot be parsed by wabt, therefore remove them.
  • function-references/select/select.wast line 369: invalid result arity -> type mismatch
    • This error message is for the WAT format, WASM format cannot detect this error by the byte

Tags

Active Tags

  • wasm-core-20250217: The test suite in the date 2025/02/17 from the WASM spec and proposals.

Older Tags

  • This repo is moved from the old spec test repo. For older tags and history, please refer to the WasmEdge-unittest repo.
    • wasm-core-20240217: The test suite in the date 2024/02/17 from the WASM spec.
    • 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.

About

WASM spec tests for WasmEdge

Resources

License

Stars

Watchers

Forks

Packages

No packages published