Enable register native with iwasm (#1120)

Enable register native with iwasm application, add sample and update document.
This commit is contained in:
Wenyong Huang
2022-04-27 11:12:50 +08:00
committed by GitHub
parent 9013a474bc
commit 2007ba38cf
11 changed files with 374 additions and 13 deletions

View File

@ -70,5 +70,5 @@ set (RUNTIME_SOURCE_ALL
${UNCOMMON_SHARED_SOURCE}
)
add_executable (iwasm ${RUNTIME_SOURCE_ALL})
target_link_libraries(iwasm vmlib -lpthread -lm)
target_link_libraries(iwasm vmlib -lpthread -lm -ldl)