interface
VemuLoader
Optional override for testing / stub mode. Returned by the `loadModule` factory passed to useVemu to replace the default wasm loading.
interface VemuLoaderFields
| Name | Type | Description |
|---|---|---|
EmulatorClass | VemuModuleStatic | Constructor used to build emulator instances (the wasm `Emulator` class or a stub). |
listBoards | () => string | Returns the available boards as a JSON-encoded `BoardInfo[]` string. |