Cargo Features

[dependencies]
dharitri-sc-scenario = { version = "1.19.0", default-features = false, features = ["wasm-incompatible", "compiled-sc-tests", "run-go-tests", "wasmer-experimental"] }
default = wasm-incompatible

The wasm-incompatible feature is set by default whenever dharitri-sc-scenario is added without default-features = false somewhere in the dependency tree.

wasm-incompatible default

Enables wasm-incompatible of dharitri-chain-vm

dharitri-chain-vm:

not supported when compiling to wasm

compiled-sc-tests run-go-tests?
run-go-tests = compiled-sc-tests

backwards compatibility

wasmer-experimental

Enables wasmer-experimental of dharitri-chain-vm