wasm-micro-runtime/core/iwasm/interpreter
Wenyong Huang 7c812ece9a
Enhance aot feature flags emit and load (#3048)
- Emit SIMD/ref-types/bulk-memory flags into AOT file only when the features
  are really used in wasm file
- Remove unused tail-call flag and stringref flag
- Add memoy64 flag and dynamic-linking flag
- Change WASM_FEATURE_THREADS to WASM_FEATURE_MULTI_THREAD
2024-01-23 16:15:04 +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 Enable quick aot entry when GC is enabled (#3015) 2024-01-18 18:28:17 +08:00
wasm_interp_fast.c Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
wasm_interp.h Fix test script error and related wamrc and GC issues (#2975) 2024-01-08 09:41:56 +08:00
wasm_loader.c Enhance aot feature flags emit and load (#3048) 2024-01-23 16:15:04 +08:00
wasm_loader.h Fix build error when enable custom section without interpreter (#1229) 2022-06-15 18:14:39 +08:00
wasm_mini_loader.c Merge branch main into dev/gc_refactor 2024-01-12 18:40:47 +08:00
wasm_opcode.h Sync up with the latest GC MVP spec proposal (#2836) 2023-12-12 11:49:44 +08:00
wasm_runtime.c Refine the format of call stack dump (#2996) 2024-01-11 14:27:28 +08:00
wasm_runtime.h Merge branch main into dev/gc_refactor 2024-01-12 18:40:47 +08:00
wasm.h Enhance aot feature flags emit and load (#3048) 2024-01-23 16:15:04 +08:00