mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 15:05:19 +00:00
parent
79ae910a7c
commit
4abf288c94
|
@ -1602,7 +1602,7 @@ wasm_runtime_get_version(uint32_t *major, uint32_t *minor, uint32_t *patch);
|
|||
|
||||
/**
|
||||
* Check whether an import func `(import <module_name> <func_name> (func ...))`
|
||||
* is linked or not with runtime registered natvie functions
|
||||
* is linked or not with runtime registered native functions
|
||||
*/
|
||||
WASM_RUNTIME_API_EXTERN bool
|
||||
wasm_runtime_is_import_func_linked(const char *module_name,
|
||||
|
@ -1610,7 +1610,7 @@ wasm_runtime_is_import_func_linked(const char *module_name,
|
|||
|
||||
/**
|
||||
* Check whether an import global `(import <module_name> <global_name>
|
||||
* (global ...))` is linked or not with runtime registered natvie globals
|
||||
* (global ...))` is linked or not with runtime registered native globals
|
||||
*/
|
||||
WASM_RUNTIME_API_EXTERN bool
|
||||
wasm_runtime_is_import_global_linked(const char *module_name,
|
||||
|
|
Loading…
Reference in New Issue
Block a user