Type alias WasmerRegistryConfig

WasmerRegistryConfig: {
    registryUrl?: string;
    token?: string;
}

Type declaration

  • Optional registryUrl?: string
  • Optional token?: string

Generated using TypeDoc