Wasmtime
|
A list of bytes. More...
#include <doc-wasm.h>
Data Fields | |
size_t | size |
Length of this vector. | |
wasm_byte_t * | data |
Pointer to the base of this vector. | |
A list of bytes.
Used to pass data in or pass data out of various functions. The meaning and ownership of the bytes is defined by each API that operates on this datatype.