WASIComponentWitSpan constructor
const
WASIComponentWitSpan({})
Creates a source span.
Implementation
const WASIComponentWitSpan({
required this.sourceName,
required this.offset,
required this.line,
required this.column,
required this.length,
});