wenlingyun
wenlingyun
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...
> The fast interp mode hasn't supported the memory64 proposal yet, so the boundary check is unmodified and won't check the overflow condition that only occurs in memory64 Thanks, got...
If wasm shared heap is enable, should the boundary check keep enabled ? In the following code, if bounds checks is disabled, should we return the offset directly or judge...