[][src]Module wasmer_runtime_c_api::value

Create and map Rust to WebAssembly values.

Structs

wasmer_value_t

Represents a WebAssembly type and value pair, i.e. wasmer_value_tag and wasmer_value. Since the latter is an union, it's the safe way to read or write a WebAssembly value in C.

Enums

wasmer_value_tag

Represents all possibles WebAssembly value types.

Unions

wasmer_value

Represents a WebAssembly value.