Skip to main content

Module runner

Module runner 

Source
Expand description

WASM Runner with Hot Reload (Advanced Feature D) WASM Runner with Hot Reload (Advanced Feature D)

Native WASM development server with automatic hot reload, rich debugging output, and zero external dependencies.

Structs§

BuildCoordinator
Build coordinator for managing WASM compilation
BuildResult
Result of a build operation
DebugOutput
Debug output configuration
RunnerConfig
General runner configuration
WasmRunner
WASM development server runner
WasmRunnerBuilder
Builder for WasmRunner
WasmRunnerConfig
Configuration for the WASM runner

Enums§

BuildEvent
Build event for progress tracking
BuildStatus
Build status
HotReloadEvent
Hot reload event
OptLevel
Optimization level for WASM builds

Constants§

DEFAULT_HTTP_PORT
Default port for HTTP server
DEFAULT_WS_PORT
Default port for WebSocket server