WASIPreview2IoError constructor

const WASIPreview2IoError(
  1. String debugString
)

Creates an I/O error with a human-readable debug string.

Implementation

const WASIPreview2IoError(this.debugString);