Type Definition wasmer_asml_fork::Value[][src]

pub type Value = Value<Function>;
Expand description

WebAssembly computations manipulate values of basic value types:

  • Integers (32 or 64 bit width)
  • Floating-point (32 or 64 bit width)
  • Vectors (128 bits, with 32 or 64 bit lanes)

Spec: https://webassembly.github.io/spec/core/exec/runtime.html#values

Trait Implementations

Performs the conversion.

Return true if the object Store is the same as the provided Store.