Class: BinaryData

Represents a contiguous array of bytes. The data in representations are encoded as:

  • WIT: list<u8>

  • JSON: Data URI string with base64 encoding, zstd compression, ‘data:application/zstd;base64,[…]’

  • C++: C array on the heap

  • Python: numpy.ndarray

  • JavaScript: TypedArray

URI: wasm:BinaryData

img

Referenced by Class

Attributes

Other properties

Mappings:

wasm:BinaryData