Type alias ManifestWasm

ManifestWasm: (ManifestWasmUrl | ManifestWasmData | ManifestWasmPath | ManifestWasmResponse | ManifestWasmModule) & {
    hash?: string;
    name?: string;
}

The WASM to load as bytes, a path, a fetch Response, a WebAssembly.Module, or a url

Type declaration

  • Optional hash?: string
  • Optional name?: string

Generated using TypeDoc