Function getModule

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.

If the module is not ready.

  • Returns any

    The initialized WASM module.