Add initial support for building with extensions

This commit is contained in:
2026-05-19 00:26:53 +09:00
parent 72b6cf722a
commit 9cd0e995bd
8 changed files with 281 additions and 29 deletions
+4 -2
View File
@@ -11,8 +11,10 @@
zlib,
icu,
features,
featureFlags,
extensions ? [ ],
extraLibraries ? [ ],
features ? { },
featureFlags ? [ ],
enableInteractive ? false,
...