WASIComponentWitFunction constructor

const WASIComponentWitFunction({
  1. required String name,
  2. required String signature,
  3. required WASIComponentWitSpan span,
})

Creates a WIT function boundary.

Implementation

const WASIComponentWitFunction({
  required this.name,
  required this.signature,
  required this.span,
});