Module runtime

Module runtime 

Source
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§

FileMetadata
File metadata

Enums§

RuntimeError
Errors that can occur during runtime operations

Traits§

Runtime

Type Aliases§

RuntimeResult
Result type for runtime operations