Module module

Source
Expand description

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

Functions§

wasmer_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.
wasmer_module_new
A WebAssembly module contains stateless WebAssembly code that has already been compiled and can be instantiated multiple times.
wasmer_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.