Cargo Features
[dependencies]
unc-vm-runner = { version = "0.12.2", default-features = false, features = ["nightly_protocol", "wasmer0_vm", "wasmtime_vm", "wasmer2_vm", "unc_vm", "no_cache", "protocol_feature_fix_contract_loading_cost", "nightly", "io_trace", "costs_counting"] }
- nightly_protocol nightly?
-
Enables nightly_protocol of unc-parameters and unc-primitives-core
- default = unc_vm, wasmer0_vm, wasmer2_vm, wasmtime_vm
-
all vms enabled for now
- wasmer0_vm default = wasmer-runtime, wasmer-runtime-core
- wasmtime_vm default = anyhow, wasmtime
- wasmer2_vm default = wasmer-compiler, wasmer-compiler-singlepass, wasmer-engine, wasmer-engine-universal, wasmer-types, wasmer-vm
- unc_vm default = unc-vm-compiler, unc-vm-compiler-singlepass, unc-vm-engine, unc-vm-types, unc-vm-vm
- no_cpu_compatibility_checks no_cache
- protocol_feature_fix_contract_loading_cost nightly?
-
Enables protocol_feature…loading_cost of unc-primitives-core
- nightly = nightly_protocol, protocol_feature…loading_cost
-
Enables nightly of unc-parameters and unc-primitives-core
- sandbox io_trace
- costs_counting
-
Use this feature to enable counting of fees and costs applied.
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- anyhow wasmtime_vm
- wasmtime wasmtime_vm
-
Enables wasmtime ^14.0.4
- unc-vm-compiler x86_64 unc_vm
- unc-vm-compiler-singlepass x86_64 unc_vm
- unc-vm-engine x86_64 unc_vm
- unc-vm-types x86_64 unc_vm
- unc-vm-vm x86_64 unc_vm
- wasmer-compiler x86_64 wasmer2_vm
-
Enables wasmer-compiler-x
- wasmer-compiler-singlepass x86_64 wasmer2_vm
-
Enables wasmer-compiler-singlepass-x
- wasmer-engine x86_64 wasmer2_vm
-
Enables wasmer-engine-x
- wasmer-engine-universal x86_64 wasmer2_vm
-
Enables wasmer-engine-universal-x
- wasmer-runtime x86_64 wasmer0_vm
-
Enables wasmer-runtime-x
- wasmer-runtime-core x86_64 wasmer0_vm
-
Enables wasmer-runtime-core-x
- wasmer-types x86_64 wasmer2_vm
-
Enables wasmer-types-x
- wasmer-vm x86_64 wasmer2_vm
-
Enables wasmer-vm-x