Open
Description
Feature suggestion
Hello, the WebAssembly multi-memory
proposal has advanced to Phase 3, and there are several engines that have implemented the proposal. One perennial problem is that no mainstream language has support for multiple memories, so there is a bit of a chicken-and-egg problem. However, there are several important use cases for multiple memories, such as virtualizing/layering APIs, linking, and instrumentation with Wasm.
I filed WebAssembly/multi-memory#45, where some discussion is happening on how this would work for C/C++ (and maybe by extension, Rust, using LLVM?).
I'm curious if there are any plans on supporting multiple memories in AssemblyScript?