feat: buffer tracing logs before console init

This commit is contained in:
Ryan Walters
2025-09-01 17:22:22 -05:00
parent b1b03b0e9c
commit c79ba0d824
6 changed files with 184 additions and 14 deletions

View File

@@ -10,6 +10,8 @@ mod desktop;
#[cfg(target_os = "emscripten")]
mod emscripten;
pub mod buffered_writer;
pub mod tracing_buffer;
/// Cross-platform abstraction layer providing unified APIs for platform-specific operations.
pub trait CommonPlatform {
/// Platform-specific sleep function (required due to Emscripten's non-standard sleep requirements).