This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
62aca1727908848c194dfe52c7d62397f5df8441
wamr
/
core
/
iwasm
History
TianlongLiang
62aca17279
Check possible integer overflow in aot memory boundary check (
#3920
)
...
Check possible integer overflow in aot memory boundary check when the wasm memory is 64-bit.
2024-11-22 16:01:24 +08:00
..
aot
Correct the table index calculation in aot_instantiation (
#3903
)
2024-11-18 20:01:00 +08:00
common
Fix a leak in wasm_loader_emit_br_info (
#3900
)
2024-11-13 15:16:13 +08:00
compilation
Check possible integer overflow in aot memory boundary check (
#3920
)
2024-11-22 16:01:24 +08:00
doc
Fix some more spelling issues (
#3393
)
2024-05-08 09:30:29 +08:00
fast-jit
Add support for multi-memory proposal in classic interpreter (
#3742
)
2024-08-21 12:22:23 +08:00
include
Allow to set native stack boundary to exec_env (
#3862
)
2024-10-18 12:49:57 +08:00
interpreter
Fix a leak in wasm_loader_emit_br_info (
#3900
)
2024-11-13 15:16:13 +08:00
libraries
Add Windows wamrc and iwasm build in release CI (
#3857
)
2024-10-17 10:01:56 +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