WebAssembly / gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly
https://webassembly.github.io/gc/
Other
982 stars 70 forks source link

[Question] About GC heap area and linear memory #529

Closed lum1n0us closed 6 months ago

lum1n0us commented 6 months ago

I got some confusion after reading the overview and MVP, which are:

rossberg commented 6 months ago

The GC heap is encapsulated in the engine's runtime and completely separate from any linear memory. The runtime manages it, so indeed you don't need to care.