mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
18 lines
414 B
Plaintext
18 lines
414 B
Plaintext
import {
|
|
"Nanaloveyuki/BitLogger/src/core",
|
|
"Nanaloveyuki/BitLogger/src/formatting",
|
|
"Nanaloveyuki/BitLogger/src/record_ops",
|
|
"moonbitlang/core/env",
|
|
"moonbitlang/core/json",
|
|
"moonbitlang/core/ref",
|
|
"moonbitlang/core/string",
|
|
}
|
|
|
|
options(
|
|
"native-stub": [ "stub.c" ],
|
|
targets: {
|
|
"file_backend_native.mbt": [ "native", "llvm" ],
|
|
"file_backend_stub.mbt": [ "js", "wasm", "wasm-gc" ],
|
|
},
|
|
)
|