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/app-framework/wgl/native
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
..
gui_native_api.h Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wamr_gui.inl Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wasm_lib.cmake Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_btn_wrapper.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_cb_wrapper.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_cont_wrapper.c Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
wgl_label_wrapper.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_list_wrapper.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_native_utils.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_native_utils.h Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl_obj_wrapper.c Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
wgl.h Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00