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->sizeis set to0andout->datatoNULL. - 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
trueif the name has been updated,falseotherwise.