Function createEmulatorFactory

  • Create a factory function that creates new Emulator instances without redownloading and recompiling the WASM module.

    Parameters

    • Optional wasmModuleUrl: string

      Optional: URL for loading the web assembly module

    Returns (() => Promise<Emulator>)

Generated using TypeDoc