Cargo Features

[dependencies]
optivorbis = { version = "0.3.0", default-features = false, features = ["source-date-epoch", "wasm-bindings", "wasm-web-bindings"] }
default = source-date-epoch

The source-date-epoch feature is set by default whenever optivorbis is added without default-features = false somewhere in the dependency tree.

source-date-epoch default
wasm-bindings wasm-web-bindings?

Enables wasm-bindgen

wasm-web-bindings = wasm-bindings

Enables console_error_panic_hook and console_log, js of getrandom ^0.2.15

OptiVorbis has 4 features without comments.