Cargo Features
[dependencies]
drt-sc-scenario = { version = "0.0.3", default-features = false, features = ["wasm-incopatible", "run-go-tests"] }
- default = wasm-incopatible
-
The
wasm-incopatible
feature is set by default wheneverdrt-sc-scenario
is added without
somewhere in the dependency tree.default-features = false - wasm-incopatible default
-
Enables wasm-incopatible of drt-chain-vm
drt-chain-vm:
not supported when compiling to wasm
- run-go-tests
drt-sc-scenario has 3 features without comments.