Rindle

API index and search · Build metadata

Supporting declarations

packages/room/src/wasm.ts. These declarations explain referenced types. Only package-page symbols are package exports.

Exact source

initRoomWasm

/** Initialize the room wasm module (idempotent). Call once before `WasmRoom.open`.
 *  Node: bytes are read from the package. Browser/bundler: the wasm is fetched. Pass
 *  `moduleOrPath` to override (a `WebAssembly.Module`, URL, or bytes). */
export declare function initRoomWasm(moduleOrPath?: unknown): Promise<void>;