Cargo Features
[dependencies]
soroban-wasmi_core = { version = "0.16.0-soroban2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversoroban-wasmi_core
is added without
somewhere in the dependency tree.default-features = false - std default
-
Use
no-default-features
for ano_std
build.Enables std of downcast-rs, num-bigint-std and std of num-rational, std of num-traits