wasm-micro-runtime/core/iwasm
Xu Jun f0dc6a3015
Fix fast interpreter constant space overflow issue (#1071)
Fix the potential integer overflow of const index in const space of fast interpreter,
emit i32/i64.const opcode when the const index is larger than INT32_MAX.
And add check for the function local cell num.
2022-04-04 07:55:37 +08:00
..
aot Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
common Fix issues reported by klocwork (#1060) 2022-03-24 17:34:22 +08:00
compilation Fix issues found by GC and Fast JIT, refine some codes (#1055) 2022-03-24 14:14:42 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
interpreter Fix fast interpreter constant space overflow issue (#1071) 2022-04-04 07:55:37 +08:00
libraries Enable socket-api recvmsg() and sendmsg() (#1042) 2022-03-30 15:57:40 +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