Class Value
A WebAssembly value, wrapping an int, long, float, or double.
class Value
: wasmer.Handle!(wasmer.bindings.wasm_val_t)
;
Constructors
Name | Description |
this
(kind)
|
|
Fields
Name | Type | Description |
kind
|
const(wasmer.bindings.wasm_valkind_enum) | |
Properties
Name | Type | Description |
value [get]
|
wasmer.bindings.wasm_val_t* | |
Methods
Name | Description |
from
(value)
|
|