wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Is "heap" used by wasm function or native function or both ?

Open iNoak opened this issue 4 years ago • 1 comments
trafficstars

What kind of data should be in the heap?

iNoak avatar Nov 16 '21 12:11 iNoak

Hi, there is global heap pool and app heap pool, please ref to the following link for more details: https://bytecodealliance.zulipchat.com/#narrow/stream/290350-wamr/topic/Memory.20model

wenyongh avatar Nov 22 '21 10:11 wenyongh