This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
liang.he 1dccf39d16
Enable ref types and bulk memory by default for wamrc (#838)
Enable ref types feature and bulk memory feature by default for wamrc
and provide "--disable-ref-types", "--disable-bulk-memory"  to disable
them.
And remove the ref_type_flag option in wasm_loader.c which is used to
control whether to enable ref types or not when ENABLE_REF_TYPES
macro is enabled in wamrc. As the wasm binary format with ref types
is compatible with the binary format before, we can remove the option.
Also update the spec test scripts.
2021-11-18 17:42:49 +08:00
..
tail-call Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
all.py Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
all.sh Enhance spec test workflow to support x86_32 target (#787) 2021-10-15 17:05:07 +08:00
CHANGES Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
LICENSE Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
runtest.py Enable ref types and bulk memory by default for wamrc (#838) 2021-11-18 17:42:49 +08:00
simd_ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
thread_proposal_ignore_cases.patch Sync up with wabt latest modification (#296) (#786) 2021-10-14 15:48:45 +08:00