This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
79ae910a7cc5c5246ca238e10684e1661da57d0d
wamr
/
core
/
iwasm
History
TianlongLiang
79ae910a7c
Fix loader and mini-loader select potiential error (
#3374
)
...
Fix the issue reported in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3361
.
2024-04-29 12:27:55 +08:00
..
aot
Fix aot debugger compilation error on windows (
#3370
)
2024-04-29 10:38:43 +08:00
common
Add wasm_runtime_detect_native_stack_overflow_size (
#3355
)
2024-04-26 16:00:58 +08:00
compilation
Enhance GC subtyping checks (
#3317
)
2024-04-18 12:32:01 +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
thread mgr: Free aux stack only when it was allocated (
#3282
)
2024-04-08 09:06:49 +08:00
include
Add wasm_runtime_detect_native_stack_overflow_size (
#3355
)
2024-04-26 16:00:58 +08:00
interpreter
Fix loader and mini-loader select potiential error (
#3374
)
2024-04-29 12:27:55 +08:00
libraries
thread mgr: Free aux stack only when it was allocated (
#3282
)
2024-04-08 09:06:49 +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