Parent: #265 Depends on: #284 Related: #1 Roadmap: #142, #134 Implement shared WebAssembly.Memory storage and its JavaScript embedding boundary. Acceptance: - [x] Represent shared memory with stable cross-thread backing and explicit maximum/ownership metadata. - [x] Expose WebAssembly.Memory({shared:true}) through the correct SharedArrayBuffer identity and descriptor semantics. - [x] Preserve backing identity and visibility across grow, imports, instances, Context Thread, and Worker boundaries. - [x] Define destruction, registry, GC rooting, and concurrent grow/view lifetime without use-after-free or accidental store capture. - [x] Add deterministic API, identity, growth, import/link, leak, and ownership tests.
Parent: #265
Depends on: #284
Related: #1
Roadmap: #142, #134
Implement shared WebAssembly.Memory storage and its JavaScript embedding boundary.
Acceptance: