Cargo Features

[dependencies]
multiversx-sc-scenario = { version = "0.51.1", default-features = false, features = ["wasm-incopatible", "run-go-tests"] }
default = wasm-incopatible

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

wasm-incopatible default

Enables wasm-incopatible of multiversx-chain-vm

multiversx-chain-vm:

not supported when compiling to wasm

run-go-tests

multiversx-sc-scenario has 3 features without comments.