Cargo Features
[dependencies]
oc-wasm-opencomputers = { version = "0.12.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneveroc-wasm-opencomputers
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of oc-wasm-safe
OC-Wasm-OpenComputers has 2 features without comments.