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. | |
Container for the v128
WebAssembly type.