vemu.

interface

VemuLoader

Optional override for testing / stub mode. Returned by the `loadModule` factory passed to useVemu to replace the default wasm loading.

interface VemuLoader

Fields

NameTypeDescription
EmulatorClassVemuModuleStaticConstructor used to build emulator instances (the wasm `Emulator` class or a stub).
listBoards() => stringReturns the available boards as a JSON-encoded `BoardInfo[]` string.