Open
Description
when i build wasm file to aot, it report errors. it seems not support WASM_OP_THROW
./wamrc --enable-gc -o test.aot --target=armv7 test.wasm
Create AoT compiler with:
target: armv7
target cpu:
target triple: armv7-pc-linux-gnu
cpu features:
opt level: 3
size level: 3
output format: AoT file
Unsupported opcode: 0x8
Activity