This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
a57e70016a27d593b0448275571b439bce76133f
wamr
/
core
/
iwasm
History
TianlongLiang
a57e70016a
Fix memory.init opcode issue in fast-interp (
#2798
)
...
Fix fast interpreter didn't throw OOB exception correctly in some scenarios. Reported in
#2797
.
2023-11-20 16:25:43 +08:00
..
aot
Fix formatting in aot_dump_perf_profiling (
#2796
)
2023-11-20 12:11:02 +08:00
common
Fix printing ref.extern addresses in wasm_application.c (
#2774
)
2023-11-16 15:10:58 +08:00
compilation
Fix data/elem drop (
#2747
)
2023-11-18 08:50:16 +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
Fix data/elem drop (
#2747
)
2023-11-18 08:50:16 +08:00
include
Merge branch main into dev/wasi-libc-windows
2023-11-09 10:13:59 +08:00
interpreter
Fix memory.init opcode issue in fast-interp (
#2798
)
2023-11-20 16:25:43 +08:00
libraries
Use next generation crypto API on Windows (
#2769
)
2023-11-17 18:40:29 +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