wenlingyun

Results 3 issues of wenlingyun

- [X] add WAMR_BUILD_SHARED_HEAP and WASM_ENABLE_SHARED_HEAP - [ ] add wamrc --enable-shared-heap - [ ] consider the behavior of import memory in multi-module feature - [ ] adapt address conversion/validation...

Implementation tasks: - [X] add WAMR_BUILD_SHARED_HEAP and WASM_ENABLE_SHARED_HEAP - [ ] add wamrc --enable-shared-heap - [x] consider the behavior of import memory in multi-module feature - [ ] adapt address...

shared-heap

The bound check of classic interpreter mode will do extra work if WASM_ENABLE_MEMORY64 is enabled https://github.com/bytecodealliance/wasm-micro-runtime/blob/9b9e938bee7b41f026fa9aeee988a5bfc63d55ed/core/iwasm/interpreter/wasm_interp_classic.c#L89-L102 In fast interp mode, bound check does not do extra work if WASM_ENABLE_MEMORY64 is...