Add wasm-c-api nested function calls sample (#652)
And enable to copy back the return value of wasm main function when calling wasm_application_execute_main, add license headers in wasm-c-api samples, fix several issues reported by klocwork.
This commit is contained in:
@ -93,8 +93,7 @@ set(EXAMPLES
|
||||
global
|
||||
reflect
|
||||
trap
|
||||
# multi # AOT/JIT return multiple values
|
||||
# globalexportimport # AOT/JIT doesn't suppport MULTI_MODULE
|
||||
callback_chain
|
||||
)
|
||||
|
||||
foreach(EX ${EXAMPLES})
|
||||
|
||||
Reference in New Issue
Block a user