Module wasmer::wasm_c_api::value
source · [−]Expand description
Possible runtime values that a WebAssembly module can either consume or produce.
cbindgen:ignore
Structs
A WebAssembly value composed of its type and its value.
Represents a vector of wasm_val_t
.
Functions
Performs a deep copy of a vector of wasm_val_t
.
Deletes a vector of wasm_val_t
.
Creates a new vector of wasm_val_t
.
Creates an empty vector of wasm_val_t
.
Creates a new uninitialized vector of wasm_val_t
.
Type Definitions
Represents the kind of values. The variants of this C enum is
defined in wasm.h
to list the following:
Unions
A Rust union, compatible with C, that holds a value of kind
wasm_valkind_t
(see wasm_val_t
to get the complete
picture). Members of the union are: