Expand description

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

Functions

  • Unstable non-standard Wasmer-specific API to get the module’s name, otherwise out->size is set to 0 and out->data to NULL.
  • A WebAssembly module contains stateless WebAssembly code that has already been compiled and can be instantiated multiple times.
  • Unstable non-standard Wasmer-specific API to set the module’s name. The function returns true if the name has been updated, false otherwise.