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().
getModule()
true if the module is ready, otherwise false.
true
false
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().