Cargo Features
mv-vm-runtime has no features set by default.
[dependencies]
mv-vm-runtime = { version = "0.3.2", features = ["failpoints", "fuzzing", "debugging", "testing"] }
- failpoints
-
Enables failpoints of fail ^0.4.0
- fuzzing
-
Enables fuzzing of mv-vm-types
- debugging
-
Enable tracing and debugging also for release builds. By default, it is only enabled for debug builds.
- stacktrace testing