This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/interpreter
2020-07-30 10:18:55 +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
wasm_interp_classic.c enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
wasm_interp_fast.c Fix fast interpreter i64 shift issue for non-x86 arch (#319) 2020-07-28 13:46:37 +08:00
wasm_interp.h Implement multi-value feature and import binarydump tool (#308) 2020-07-10 16:29:15 +08:00
wasm_loader.c Disable memory shrink opt when memory.size opcode is found (#323) 2020-07-30 10:18:55 +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_mini_loader.c enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
wasm_opcode.h Implement multi-value feature and import binarydump tool (#308) 2020-07-10 16:29:15 +08:00
wasm_runtime.c Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
wasm_runtime.h enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
wasm.h Implement multi-value feature and import binarydump tool (#308) 2020-07-10 16:29:15 +08:00