Cargo Features
[dependencies]
wasmedge-sdk = { version = "0.14.0", default-features = false, features = ["aot", "async", "ffi", "standalone", "static", "wasi_crypto", "wasi_nn", "wasmedge_process"] }
- default = async
-
The
async
feature is set by default wheneverwasmedge-sdk
is added without
somewhere in the dependency tree.default-features = false - aot
-
Enables aot of wasmedge-sys
Affects
config::CompilerConfigOptions
… - async default
-
Enables async-wasi, async of wasmedge-sys
Affects
wasmedge-sdk::r#async
… - ffi
-
Enables ffi of wasmedge-sys
- standalone
-
Enables standalone of wasmedge-sys
- static
-
Enables static of wasmedge-sys
- wasi_crypto
-
Enables wasi_crypto of wasmedge-sys
- wasi_nn
-
Enables wasi_nn of wasmedge-sys
Affects
plugin::NNPreload
,plugin::GraphEncoding
,plugin::ExecutionTarget
… - wasmedge_process
-
Enables wasmedge_process of wasmedge-sys