Move application entry APIs out of wasm_runtime_common.c (#639)
And fix libc-builtin print float issue Add a list to track all third party components Fix compile error when MEMORY_TRACING is enabled Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
This commit is contained in:
@ -180,6 +180,7 @@ CSRCS += nuttx_platform.c \
|
||||
bh_read_file.c \
|
||||
runtime_timer.c \
|
||||
libc_builtin_wrapper.c \
|
||||
wasm_application.c \
|
||||
wasm_runtime_common.c \
|
||||
wasm_native.c \
|
||||
wasm_exec_env.c \
|
||||
|
||||
Reference in New Issue
Block a user