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

@ -0,0 +1,5 @@
# Classic interpreter
## stack format
![](./images/stack_format_ci.svg)