mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
Add architecture diagram for wasm function (#2046)
This commit is contained in:
parent
49d439a3bc
commit
d06d2d3754
|
@ -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)
|
||||
|
7754
core/iwasm/doc/images/wasm_function.excalidraw
Normal file
7754
core/iwasm/doc/images/wasm_function.excalidraw
Normal file
File diff suppressed because it is too large
Load Diff
16
core/iwasm/doc/images/wasm_function.svg
Normal file
16
core/iwasm/doc/images/wasm_function.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 186 KiB |
5
core/iwasm/doc/wasm_function.MD
Normal file
5
core/iwasm/doc/wasm_function.MD
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Wasm Function
|
||||
|
||||
## Internal data structure
|
||||
|
||||

|
Loading…
Reference in New Issue
Block a user