Retrieves the initialized Emscripten WASM module.
This function returns the initialized Emscripten WASM module. If the module is not ready, it throws an error. Ensure ready() has been called and resolved before using this function.
ready()
If the module is not ready.
The initialized WASM module.
Retrieves the initialized Emscripten WASM module.
This function returns the initialized Emscripten WASM module. If the module is not ready, it throws an error. Ensure
ready()has been called and resolved before using this function.Throws
If the module is not ready.