WASIComponentHost constructor

WASIComponentHost({
  1. WASIComponentCanonicalHost? canonicalHost,
})

Creates a component host over canonicalHost or a new shared host.

Implementation

WASIComponentHost({WASIComponentCanonicalHost? canonicalHost})
  : canonicalHost = canonicalHost ?? WASIComponentCanonicalHost();