Cargo Features

[dependencies]
gwasm-instrument = { version = "0.3.0", default-features = false, features = ["std", "sign_ext"] }
default = std

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

std default

Enables std of gear-wasm

sign_ext

Enables sign_ext of gear-wasm

gear-wasm:

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

gwasm-instrument has 3 features without comments.