WatInputBinary constructor

const WatInputBinary(
  1. Uint8List value
)

A sequence of bytes in the WebAssembly binary format

Implementation

const WatInputBinary(this.value);