Wasmtime
wasmtime::V128 Struct Reference

Container for the v128 WebAssembly type. More...

#include <val.hh>

Public Member Functions

 V128 ()
 Creates a new zero-value v128.
 
 V128 (const wasmtime_v128 &v)
 Creates a new V128 from its C API representation.
 

Data Fields

wasmtime_v128 v128
 The little-endian bytes of the v128 value.
 

Detailed Description

Container for the v128 WebAssembly type.


The documentation for this struct was generated from the following file: