wasm-micro-runtime
wasm-micro-runtime copied to clipboard
Does WAMR support multiple memories yet?
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?
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.