Multiple Modules As Dependencies
Multi-Module Related APIs
Register a module
bool
wasm_runtime_register_module(const char *module_name,
wasm_module_t module,
char *error_buf,
uint32_t error_buf_size);Find a registered module
Module reader and destroyer
Call function of a submodule
Example
Attributes in C/C++
Compile Options

libvmlib
code
Last updated