Cargo Features
[dependencies]
wit-bindgen-csharp = { version = "0.35.0", default-features = false, features = ["aot", "mono", "clap"] }
- default = aot
-
The
aot
feature is set by default wheneverwit-bindgen-csharp
is added without
somewhere in the dependency tree.default-features = false - aot default
- mono