This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
12f834aebd34a28876718d76dbd561aa0ff5b9ae
wamr
/
core
/
iwasm
History
Xu Jun
12f834aebd
fast-interp: Fix frame_offset overflow issue (
#3149
)
...
The issue was found in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3137
.
2024-02-08 11:32:17 +08:00
..
aot
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
common
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
compilation
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
doc
Add architecture diagram for wasm globals and classic-interp stack frame (
#2058
)
2023-03-25 09:39:20 +08:00
fast-jit
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
include
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
interpreter
fast-interp: Fix frame_offset overflow issue (
#3149
)
2024-02-08 11:32:17 +08:00
libraries
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
README.md
Add architecture diagram for wasm globals and classic-interp stack frame (
#2058
)
2023-03-25 09:39:20 +08:00
README.md
vmcore architecture
WAMR memory model overview
Wasm function
Wasm function architecture
Exports
Wasm export architecture
globals
Wasm globals architecture
classic interpreter
classic interpreter