wasm-micro-runtime/core
Wenyong Huang 7949df96f4
Fix fast interp RECOVER_BR_INFO and local set/tee (#3434)
When copying two cells from src offsets to dst offsets in RECOVER_BR_INFO,
the offsets may be overlapped and the src data may be overwritten, use
GET_I64_FROM_ADDR and then SET_I64_FROM_ADDR instead to resolve it.

And handling VALUE_TYPE_FUNCREF/VALUE_TYPE_EXTERNREF for opcode
local.set and local.tee when reference types feature is enabled.

This PR fixes issue #3401 and #3402.
2024-05-15 15:20:21 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm Fix fast interp RECOVER_BR_INFO and local set/tee (#3434) 2024-05-15 15:20:21 +08:00
shared nuttx/esp32s3: Apply ibus/dbus adjustment to internal ram 1 as well (#3421) 2024-05-14 11:28:24 +08:00
config.h Remove unused macros which were moved to wamr-app-framework (#3425) 2024-05-14 10:52:05 +08:00
version.h Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00