wasm-micro-runtime/core/iwasm/interpreter
wenyongh 0d3f304191
Implement native function pointer check, addr conversion and register, update documents (#185)
Modified WASM runtime API:
- wasm_runtime_module_malloc()
- wasm_runtime_lookup_function()
Introduced runtime API
- wasm_runtime_register_natives()
2020-03-04 20:12:38 +08:00
..
iwasm_interp.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
wasm_interp.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wasm_interp.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
wasm_loader.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +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 Refine wasm loader and interpreter, enhance wamrc to support SGX (#167) 2020-02-18 15:15:24 +08:00
wasm_runtime.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wasm_runtime.h Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wasm.h Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00