bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
4.66k stars 577 forks source link

Add support for multi-memory proposal in classic interpreter #3570

Open TianlongLiang opened 1 week ago

TianlongLiang commented 1 week ago

Implement multi-memory for classic-interpreter. Support core spec (and bulk memory) opcodes now, will support atomic opcodes, and add multi-memory export APIs in the future. PS: Multi-memory spec test patched a lot for linking test to adapt for multi-module implementation

yamt commented 7 hours ago

PS: Multi-memory spec test patched a lot for linking test to adapt for multi-module implementation

do you mean this kind of incompatibilities? https://github.com/bytecodealliance/wasm-micro-runtime/issues/1353

TianlongLiang commented 30 minutes ago

PS: Multi-memory spec test patched a lot for linking test to adapt for multi-module implementation

do you mean this kind of incompatibilities? #1353

Yes