Cargo Features

[dependencies]
gear-wasm-instrument = { version = "1.8.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of wasm-encoder ^0.225 and wasmparser ^0.225

wasm-encoder:

A feature which enables implementations of std::error::Error as appropriate.

gear-wasm-instrument has 2 features without comments.