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/core/iwasm
Wenyong Huang b5a67cb91e
Fix several issues of document, spec test script and simd (#767)
Fix document issues: add ARC to supported targets, fix how to build wamrc for MacOS.
Fix spec case test script issue: the latest wabt has enabled simd by default, no need to
add "--enable-simd" option for test script.
Fix simd LLVM IR compilation issue: using index calculated by opcode to access array
element should not be out of array boundary, add bh_assert() for it.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-09-29 11:13:38 +08:00
..
aot Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
common Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
compilation Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
include Update wasm_c_api to use vector types (#751) 2021-09-16 14:54:25 +08:00
interpreter Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00
libraries Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00