Cargo Features
near-runtime has no features set by default.
[dependencies]
near-runtime = { version = "4.0.0-pre.1", features = ["dump_errors_schema", "protocol_feature_evm", "wasmer1_vm", "wasmer0_vm", "wasmtime_vm", "wasmer1_default", "wasmer0_default", "wasmtime_default", "no_cpu_compatibility_checks", "no_cache", "protocol_feature_alt_bn128"] }
- dump_errors_schema
-
Enables dump_errors_schema of near-vm-errors
- protocol_feature_evm
- wasmer1_vm wasmer1_default?
-
Enables wasmer1_vm of near-vm-runner
- wasmer0_vm wasmer0_default?
-
Enables wasmer0_vm of near-vm-runner
- wasmtime_vm wasmtime_default?
-
Enables wasmtime_vm of near-vm-runner
- wasmer1_default = wasmer1_vm
-
Enables wasmer1_default of near-vm-logic
- wasmer0_default = wasmer0_vm
-
Enables wasmer0_default of near-vm-logic
- wasmtime_default = wasmtime_vm
-
Enables wasmtime_default of near-vm-logic
- no_cpu_compatibility_checks
-
Enables no_cpu_compatibility_checks of near-vm-runner
- no_cache
-
Enables no_cache of near-store and near-vm-runner
- protocol_feature_alt_bn128
-
Enables protocol_feature_alt_bn128 of near-primitives ^0.1.0-pre.1, near-vm-errors, near-vm-logic, and near-vm-runner
near-runtime has 11 features without comments.