Cargo Features

[dependencies]
linera-wasm-instrument = { version = "0.4.0-linera.1", default-features = false, features = ["std", "sign_ext"] }
default = std

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

std default

Enables std of linera-parity-wasm

sign_ext

Enables sign_ext of linera-parity-wasm

linera-parity-wasm:

Sign-extension operators https://github.com/WebAssembly/sign-extension-ops/

linera-wasm-instrument has 3 features without comments.