wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Does WAMR support multiple memories yet?

Open arjunr2 opened this issue 1 year ago • 1 comments

With the multi-memory proposal passing Phase 4 later last year, it seems like WAMR is yet to support multiple memories. Is there any intention of supporting this feature?

arjunr2 avatar Mar 14 '24 18:03 arjunr2

Hi, yes, the multi-memory is an important feature and is planned, but due to the resource limitation, we will try to implement it after the memory64 feature is enabled (see https://github.com/bytecodealliance/wasm-micro-runtime/issues/3091 and https://github.com/bytecodealliance/wasm-micro-runtime/pull/3209), likely in the second half of this year.

wenyongh avatar Mar 18 '24 00:03 wenyongh