Type alias WasmerInitInput

WasmerInitInput: {
    log?: string;
    memory?: WebAssembly.Memory;
    module?: InitInput | Promise<InitInput>;
    workerUrl?: string | URL;
} & WasmerRegistryConfig

Type declaration

  • Optional log?: string
  • Optional memory?: WebAssembly.Memory
  • Optional module?: InitInput | Promise<InitInput>
  • Optional workerUrl?: string | URL

Generated using TypeDoc