This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
7b724e23821567464a86cac950d3d2fe284c26db
wamr
/
core
/
iwasm
History
liang.he
7b724e2382
fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (
#4065
)
2025-02-06 20:05:33 +08:00
..
aot
initial
2025-02-05 09:48:21 +00:00
common
In wasm32, fix potential conversion overflow when enlarging 65536 pages (
#4064
)
2025-02-06 14:48:53 +08:00
compilation
fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (
#4065
)
2025-02-06 20:05:33 +08:00
doc
Fix some more spelling issues (
#3393
)
2024-05-08 09:30:29 +08:00
fast-jit
CMakeLists.txt: Do not require C++ (
#3956
)
2024-12-20 13:05:50 +08:00
include
wasm_export.h: Use "default" visibility for gcc and clang (
#3957
)
2024-12-19 08:49:13 +08:00
interpreter
Fix wasm loader check data segment count (
#4039
)
2025-01-21 13:08:09 +08:00
libraries
Use wasm32-wasip1 instead of wasm32-wasi target for rust code (
#4057
)
2025-02-05 11:31: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