initJs
Initializes the Filament WASM module and exposes the Filament namespace members as globals so the external Kotlin declarations (which resolve against the global scope) can find them.
onReady fires once the WASM module is fully loaded. All Filament API usage must happen inside (or after) this callback.
Calling this more than once is safe — subsequent calls invoke onReady immediately.