Wasmtime: C++
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
wasmtime::V128 Struct Reference

Container for the v128 WebAssembly type. More...

#include <wasmtime.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.
 

Public Attributes

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: