WASIComponentHost constructor
WASIComponentHost({
- WASIComponentCanonicalHost? canonicalHost,
Creates a component host over canonicalHost or a new shared host.
Implementation
WASIComponentHost({WASIComponentCanonicalHost? canonicalHost})
: canonicalHost = canonicalHost ?? WASIComponentCanonicalHost();