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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -0,0 +1,5 @@
# Wasm Function
## Internal data structure
![](./images/wasm_function.svg)