This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
d9c01b39d11a068558363b20be39c7364d871322
wamr
/
core
/
iwasm
History
eric
d9c01b39d1
fix: when load aot init expr,no type_idx set. (
#4094
)
...
Fix an assertion from *gc_object.c line 91* `bh_assert(rtt_type->type_flag == WASM_TYPE_STRUCT;`
2025-02-21 15:33:36 +08:00
..
aot
fix: when load aot init expr,no type_idx set. (
#4094
)
2025-02-21 15:33:36 +08:00
common
feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (
#4083
)
2025-02-17 13:34:18 +08:00
compilation
fix(aot_emit_aot_file): prevent buffer emission for zero byte_count (
#4095
)
2025-02-21 07:46:20 +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
Add a conditional check for the macro __STDC_VERSION__ (
#4080
)
2025-02-14 16:13:15 +08:00
interpreter
[gc] Subtyping fix (
#4075
)
2025-02-17 11:55:58 +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