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()
This commit is contained in:
@ -27,7 +27,7 @@ include_directories(${CMAKE_CURRENT_LIST_DIR}/src)
|
||||
|
||||
add_executable (vgl_wasm_runtime src/platform/${WAMR_BUILD_PLATFORM}/main.c
|
||||
src/platform/${WAMR_BUILD_PLATFORM}/iwasm_main.c
|
||||
src/ext_lib_export.c src/platform/${WAMR_BUILD_PLATFORM}/display_indev.c
|
||||
src/platform/${WAMR_BUILD_PLATFORM}/display_indev.c
|
||||
src/platform/${WAMR_BUILD_PLATFORM}/mouse.c)
|
||||
|
||||
target_link_libraries (vgl_wasm_runtime vmlib -lm -ldl -lpthread -lSDL2)
|
||||
|
||||
Reference in New Issue
Block a user