This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
0641dd150657ab96a687beac4650466e22de9e2e
wamr
/
core
/
iwasm
/
interpreter
History
liang.he
0641dd1506
Fix few shadow warnings (
#4409
)
...
- declaration of ‘memidx’ shadows a previous local - declaration of ‘count’ shadows a previous local
2025-06-27 11:55:32 +08:00
..
iwasm_interp.cmake
Implement wasm mini loader and refine footprint of loader and runtime (
#276
)
2020-06-08 11:19:09 +08:00
SConscript
add porting codes of rt-thread (
#494
)
2021-01-14 11:26:35 +08:00
wasm_interp_classic.c
Fix few shadow warnings (
#4409
)
2025-06-27 11:55:32 +08:00
wasm_interp_fast.c
feat: Add instruction metering for interpreter (
#4122
)
2025-05-26 16:16:42 +08:00
wasm_interp.h
Calculate func_index instead of adding an extra field to wasm frame
2025-01-28 11:09:32 +00:00
wasm_loader.c
Fix few shadow warnings (
#4409
)
2025-06-27 11:55:32 +08:00
wasm_loader.h
Enhance wasm loading with LoadArgs and support module names (
#3265
)
2024-04-07 15:04:35 +08:00
wasm_mini_loader.c
Collective fix for typos and minor bugs (
#4369
)
2025-06-17 09:26:00 +08:00
wasm_opcode.h
Add select 128 (
#4236
)
2025-05-14 12:35:56 +08:00
wasm_runtime.c
Collective fix (
#4413
)
2025-06-26 10:20:40 +08:00
wasm_runtime.h
Refactor copy callstack feature (
#4401
)
2025-06-24 20:38:30 +08:00
wasm.h
Enhance type checking for function types in loader and improve error handling (
#4294
)
2025-05-28 20:29:09 +08:00