Add native async logger adapter package

This commit is contained in:
Nanaloveyuki
2026-05-08 17:28:37 +08:00
parent 9a0d7abd8e
commit a99d2658f4
8 changed files with 371 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
import {
"Nanaloveyuki/BitLogger/bitlogger" @lib,
"Nanaloveyuki/BitLogger/bitlogger_async" @lib_async,
"moonbitlang/async" @async,
}
supported_targets = "+native"
options(
is_main: true,
)