wasm-micro-runtime/core/iwasm/interpreter
wenyongh b40e79c160
Make heap and linear memory contiguous to refine compilation time and footprint (#233)
Use FastISel for JIT mode
Use united aot version in aot file and aot runtime
Disable check signature failed warning for wamrc
Fix fast interpreter x86_32 float issue
Remove unused empty lvgl folder
2020-04-13 10:49:40 +08:00
..
iwasm_interp.cmake minor changes (#195) 2020-03-11 13:49:52 +08:00
wasm_interp_classic.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
wasm_interp_fast.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
wasm_interp.h re-org bh_definition.c && introduce wamr fast interpreter (#189) 2020-03-07 22:20:38 +08:00
wasm_loader.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
wasm_loader.h Merge two levels of hash cache of branch block address into one (#173) 2020-02-22 21:05:08 +08:00
wasm_opcode.h Sync with internal feature (#204) 2020-03-18 17:49:23 +08:00
wasm_runtime.c Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
wasm_runtime.h Make heap and linear memory contiguous to refine compilation time and footprint (#233) 2020-04-13 10:49:40 +08:00
wasm.h Implement register/call native API with raw (unextracted) arguments (#222) 2020-04-01 12:52:08 +08:00