Cargo Features

[dependencies]
oc-wasm-immersive = { version = "0.12.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of bounded-integer and oc-wasm-safe

alloc std

Enables alloc of minicbor ^0.21 and oc-wasm-helpers

Affects crusher::Job, crusher::JobBuilder