Module wasmer::wasm_c_api::externals
source · Expand description
cbindgen:ignore
Structs
Represents a vector of
wasm_extern_t *
.Functions
Copy a
wasm_extern_t
.Delete an extern.
Performs a deep copy of a vector of [
wasm_extern_t *
].Deletes a vector of [
wasm_extern_t *
].Creates a new vector of [
wasm_extern_t *
].Creates an empty vector of [
wasm_extern_t *
].Creates a new uninitialized vector of [
wasm_extern_t *
].Note: This function returns nothing by design but it can raise an
error if setting a new value fails.