Wasmer::Value
Inherits Reference / Object
WebAssembly computations manipulate values of basic value types:
- Integer (32 or 64 bit width)
- Floating-point (32 or 64 bit width)
- Vectors (128 bits, with 32 or 64 bit lanes)
See Also Specification: https://webassembly.github.io/spec/core/exec/runtime.html#values
Constructors
new(val : Number, kind : ValueKind)
Sourcenew(value : Int)
Sourcenew(value : Float)
SourceInstance methods
kind
Source