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-09-07 17:32:00 +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 Refactor error/exception strings to reduce binary size (#359) 2020-08-21 15:11:31 +08:00
wasm_interp_fast.c Refactor error/exception strings to reduce binary size (#359) 2020-08-21 15:11:31 +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 Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +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 Refactor error/exception strings to reduce binary size (#359) 2020-08-21 15:11:31 +08:00
wasm_opcode.h implement atomics opcodes for interpreter (#344) 2020-08-10 19:43:58 +08:00
wasm_runtime.c fix problem in wasm_module_malloc (#374) 2020-09-07 17:32:00 +08:00
wasm_runtime.h Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
wasm.h Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00