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

std default

Use no-default-features for a no_std build.

Enables std of downcast-rs, num-bigint-std and std of num-rational, std of num-traits