Add architecture diagram for wasm globals and classic-interp stack frame (#2058)

This commit is contained in:
Wang Xin
2023-03-25 09:39:20 +08:00
committed by GitHub
parent 09a2698bba
commit b0f614d77a
10 changed files with 5048 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Memory model and memory usage tunning
References:
- [Blog: Understand WAMR heap](https://bytecodealliance.github.io/wamr.dev/blog/understand-the-wamr-heap/)
- [Blog: Understand WAMR heap](https://bytecodealliance.github.io/wamr.dev/blog/understand-the-wamr-heaps/)
- [Blog: Understand WAMR stacks](https://bytecodealliance.github.io/wamr.dev/blog/understand-the-wamr-stacks/)
## The memory model