Expand description
Platform runtime abstraction for Fob bundler
This module defines the Runtime trait that abstracts platform-specific
operations like file I/O and module resolution. Platform bindings
(joy-native, joy-wasm) implement this trait to provide platform-specific behavior.
Modules§
- native
- Native Runtime Implementation
Structs§
- File
Metadata - File metadata
Enums§
- Runtime
Error - Errors that can occur during runtime operations
Traits§
Type Aliases§
- Runtime
Result - Result type for runtime operations