wasm-micro-runtime/core/iwasm/runtime/vmcore-wasm
Weining 2a8b1ef454 Remove the binding between current thread and module instance and bugs fix (#131)
Remove wasm_export_api.h that may confuse
Implement wasm_runtime_validate_app_str_addr()
Fix bugs of loader and pass more spec cases

Signed-off-by: Weining Lu <weining.x.lu@intel.com>
2019-10-11 15:25:23 +08:00
..
invokeNative_arm.s Re-implement invokeNative function of arm/mips/general version (#125) 2019-09-22 21:52:39 -05:00
invokeNative_em64.s Refine interpreter call native process and memory boundary check (#124) 2019-09-19 04:05:15 -05:00
invokeNative_general.c Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
invokeNative_ia32.s Refine interpreter call native process and memory boundary check (#124) 2019-09-19 04:05:15 -05:00
invokeNative_mips.s Re-implement invokeNative function of arm/mips/general version (#125) 2019-09-22 21:52:39 -05:00
vmcore.cmake Add parameter module inst for native wrapper functions (#117) 2019-09-10 10:23:46 +08:00
wasm_application.c Add build configuration for Mac (#110) 2019-09-06 16:51:36 +08:00
wasm_interp.c Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
wasm_interp.h Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
wasm_loader.c Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
wasm_loader.h Implement memory profiler, optimize memory usage, modify code indent (#35) 2019-05-23 05:03:31 -05:00
wasm_native.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_opcode.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm_runtime.c Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
wasm_runtime.h Remove the binding between current thread and module instance and bugs fix (#131) 2019-10-11 15:25:23 +08:00
wasm_thread.h Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
wasm.h Re-org platform APIs: move most platform APIs of iwasm to shared-lib (#45) 2019-07-22 11:32:51 +08:00