Add architecture diagram for wasm function (#2046)

This commit is contained in:
Wang Xin
2023-03-23 10:37:38 +08:00
committed by GitHub
parent 49d439a3bc
commit d06d2d3754
4 changed files with 7781 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# vmcore architecture
- [WAMR memory model overview](https://bytecodealliance.github.io/wamr.dev/blog/the-wamr-memory-model/)
## Wasm function
- [Wasm function architecture](./doc/wasm_function.MD)