Module wasmer_c_api::wasm_c_api::unstable::module[][src]

Unstable non-standard Wasmer-specific extensions to the Wasm C API.

Functions

wasm_module_name

Unstable non-standard Wasmer-specific API to get the module's name, otherwise out->size is set to 0 and out->data to NULL.

wasm_module_set_name

Unstable non-standard Wasmer-specific API to set the module's name. The function returns true if the name has been updated, false otherwise.