Skip to content

@luminaphoto/lumina-js


@luminaphoto/lumina-js / Core / getWasmModule

Function: getWasmModule()

ts
function getWasmModule(): Module | null;

Get the loaded WASM module without initialization

Returns the module if already loaded, or null if not yet initialized. Use loadWasmModule() for guaranteed initialization.

Returns

Module | null

The loaded WASM module or null if not loaded

Proprietary. All rights reserved.