Cargo Features

finite-wasm has no features set by default.

[dependencies]
finite-wasm = { version = "0.5.0", features = ["instrument", "wast-tests"] }
instrument wast-tests? = wasm-encoder
wast-tests = atoi, instrument, lazy_static, libc, tempfile, wast

Affects finite-wasm::wast_tests

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.

atoi wast-tests?
lazy_static wast-tests?
libc wast-tests?
tempfile wast-tests?
wasm-encoder instrument?

Enables wasm-encoder ^0.27.0

wast wast-tests?

Enables wast ^52