WasmInputBinary constructor

const WasmInputBinary(
  1. Uint8List value
)

A sequence of bytes in the WebAssembly binary format

Implementation

const WasmInputBinary(this.value);