Wasmtime
wasm_byte_vec_t Struct Reference

A list of bytes. More...

#include <doc-wasm.h>

Data Fields

size_t size
 Length of this vector.
 
wasm_byte_tdata
 Pointer to the base of this vector.
 

Detailed Description

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.


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