This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
a055e0b26f51f72606cbef3a8c0f8a9bcef4e1bd
wamr
/
core
/
iwasm
History
YAMAMOTO Takashi
a055e0b26f
aot compiler: Enlarge AOTNativeSymbol->symbol (
#3662
)
...
The old value was not enough for wasm_externref_obj_to_internal_obj, which is 34 characters long.
2024-07-25 11:21:07 +08:00
..
aot
aot runtime: Add missing arm/thumb relocations (
#3660
)
2024-07-25 11:06:41 +08:00
common
Add APIs into wasm_c_api.h to summary wasm function execution duration (
#3639
)
2024-07-23 16:34:47 +08:00
compilation
aot compiler: Enlarge AOTNativeSymbol->symbol (
#3662
)
2024-07-25 11:21:07 +08:00
doc
Fix some more spelling issues (
#3393
)
2024-05-08 09:30:29 +08:00
fast-jit
Add table type API support (
#3515
)
2024-06-19 14:50:46 +08:00
include
Add APIs into wasm_c_api.h to summary wasm function execution duration (
#3639
)
2024-07-23 16:34:47 +08:00
interpreter
Remove a few hardcoded spec test knowledge from the core library (
#3648
)
2024-07-22 13:30:00 +08:00
libraries
libc-builtin: Fix a printf format (
#3652
)
2024-07-23 17:59:31 +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