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 whenever drt-sc-scenario is added without default-features = false somewhere in the dependency tree.

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.