Module wasmer::wasm_c_api::value

source ·
Expand description

Possible runtime values that a WebAssembly module can either consume or produce.

cbindgen:ignore

Structs

Functions

Type Aliases

  • Represents the kind of values. The variants of this C enum is defined in wasm.h to list the following:

Unions