We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
native
1 parent b072033 commit ed7eaf7Copy full SHA for ed7eaf7
packages/cli/build.gradle.kts
@@ -128,7 +128,7 @@ val enableCustomCompiler = findProperty("elide.compiler") != null
128
val enableNativeCryptoV2 = false
129
val enableNativeTransportV2 = true
130
val enableSqliteStatic = true
131
-val nativeTargetFamily = "wasm"
+val nativeTargetFamily = "native"
132
val enableStatic = findProperty("elide.static") == "true"
133
val enableStaticJni = true
134
val preferShared = false
0 commit comments