♻️ Extract file backend into utils subpackage

This commit is contained in:
Nanaloveyuki
2026-05-20 08:44:54 +08:00
parent 41d221af46
commit ac45ec2b03
5 changed files with 215 additions and 134 deletions
+7
View File
@@ -4,3 +4,10 @@ import {
"moonbitlang/core/json",
"moonbitlang/core/ref",
}
options(
targets: {
"file_backend_native.mbt": [ "native", "llvm" ],
"file_backend_stub.mbt": [ "js", "wasm", "wasm-gc" ],
},
)