wasm-micro-runtime/tests/wamr-compiler/README.md
Marcin Kolny b115b7baac
Fix compilation of shift opcodes on x86_64 and i386 architectures (#2619)
This change fixes the case where the right parameter of shift
operator is negative, specifically, when both parameters of
shift opcode are constants.
2023-10-07 19:55:14 +08:00

97 B

WAMR test benchmarks

This folder contains tests for WAMR AOT compiler and its generated code.