WasmInputFilePath constructor

const WasmInputFilePath(
  1. String value
)

A path to a file containing the binary wasm module

Implementation

const WasmInputFilePath(this.value);