This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
21819fcff656ba94104a08d1b377e15eef3c7c0b
wamr
/
core
/
iwasm
History
Xu Jun
21819fcff6
Fix dynamic offset in BR for block with return type (
#3192
)
...
The issue was reported in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3170
.
2024-03-01 10:15:17 +08:00
..
aot
Use indirect call in pre-checker function to avoid relocation in XIP mode (
#3142
)
2024-02-27 11:17:57 +08:00
common
Fix inconsistent coding convention (
#3171
)
2024-02-22 10:40:50 +08:00
compilation
lldb_function_to_function_dbi: Fix a null dereference (
#3189
)
2024-02-29 14:03:49 +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 llvm jit push funcref/externref result type issue (
#3169
)
2024-02-21 12:15:18 +08:00
include
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (
#3125
)
2024-02-06 20:47:11 +08:00
interpreter
Fix dynamic offset in BR for block with return type (
#3192
)
2024-03-01 10:15:17 +08:00
libraries
Specify language in the wasi socket ext project (
#3183
)
2024-02-28 19:35:00 +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