Function isReady

Checks if the WASM module is ready for use.

This function provides a synchronous way to check if the WASM module has been initialized. It is useful to verify the readiness state before calling getModule().

  • Returns boolean

    true if the module is ready, otherwise false.