tighten cross-target capability contracts

This commit is contained in:
Nanaloveyuki
2026-05-21 14:13:17 +08:00
parent 3e8d4c50a9
commit 3eee5893f5
5 changed files with 55 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ import {
options(
targets: {
"sinks_file.mbt": [ "native", "llvm", "js", "wasm", "wasm-gc" ],
"runtime_file_controls.mbt": [ "native", "llvm", "js", "wasm", "wasm-gc" ],
"file_backend_native.mbt": [ "native", "llvm" ],
"file_backend_stub.mbt": [ "js", "wasm", "wasm-gc" ],
},