Cargo Features

[dependencies]
gear-sandbox = { version = "1.3.1-pre.3", default-features = false, features = ["std", "strict"] }
default = std

The std feature is set by default whenever gear-sandbox is added without default-features = false somewhere in the dependency tree.

std default

Enables std and virtual_memory of gwasmi, std of parity-scale-codec, gear-runtime-interface, gear-sandbox-env, log, sp-core ^22.0.0, sp-std ^9.0.0, and sp-wasm-interface-common

Affects gear-sandbox::embedded_executor

strict