This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
40e51faca897e3952a0002ae4e1459f08d808cdc
wamr
/
core
/
iwasm
History
Xu Jun
40e51faca8
fast-interp: Fix block with parameter in polymorphic stack issue (
#3112
)
...
The issue was reported in
https://github.com/bytecodealliance/wasm-micro-runtime/issues/3061
.
2024-02-01 11:55:29 +08:00
..
aot
perf profiling: Adjust the calculation of execution time (
#3089
)
2024-01-26 18:06:21 +08:00
common
Fix windows build error and compilation warnings (
#3095
)
2024-01-29 18:57:57 +08:00
compilation
aot: Fix LLVMSetTailCallKind check (
#3099
)
2024-01-30 20:50:33 +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 memory/table segment checks in memory.init/table.init (
#3081
)
2024-01-26 09:45:59 +08:00
include
wasm_runtime_begin_blocking_op: A comment about usage expectation (
#3056
)
2024-01-19 18:31:21 +08:00
interpreter
fast-interp: Fix block with parameter in polymorphic stack issue (
#3112
)
2024-02-01 11:55:29 +08:00
libraries
wasi: Apply wasm_runtime_begin_blocking_op to poll as well (
#3080
)
2024-01-25 16:29:34 +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