Cargo Features

wasmRS-guest has no features set by default.

[dependencies]
wasmrs-guest = { version = "0.17.0", features = ["std", "logging", "record-frames"] }
std

Enables std of wasmrs-codec

logging = env_logger, log

Enables logging of wasmrs-runtime

record-frames

Enables record-frames of wasmrs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

env_logger logging?

Enables env_logger ^0.10.0

log logging?