mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 15:42:25 +00:00
1019 B
1019 B
BitLogger Update Changes
version 0.4.1
Feature
- feat: make
bitlogger_asynccompile onjs/wasm/wasm-gcvia a compatibility backend instead of abort-only stubs - feat: add
async_runtime_mode()and related helpers so callers can explicitly detect native-worker vs compatibility async behavior - feat: add
AsyncRuntimeStateJSON/stringify helpers for exposing async runtime mode in diagnostics
Test
- test: cover async logger compatibility backend queue drain behavior and keep async config roundtrip available on non-native targets
- test: cover async runtime capability helper consistency across backend-specific implementations
Notes
bitlogger_asyncnow provides a compatibility implementation on non-native targets; the standalone async example remainsnative-only becauseasync fn mainentry support is still toolchain-limitedexamples/async_basicnow prints the current async runtime state at startup so downstream projects have a minimal diagnostic pattern to copy