WASIComponentWitFunction constructor
const
WASIComponentWitFunction({
- required String name,
- required String signature,
- required WASIComponentWitSpan span,
Creates a WIT function boundary.
Implementation
const WASIComponentWitFunction({
required this.name,
required this.signature,
required this.span,
});