Cargo Features

wasmer-runtime-core-unc has no features set by default.

[dependencies]
wasmer-runtime-core-unc = { version = "0.18.2", features = ["deterministic-execution", "dynamicfunc-fat-closures", "generate-debug-information", "generate-debug-information-no-export-symbols", "managed"] }
deterministic-execution

Enables deterministic of wasmparser ^0.51.3

dynamicfunc-fat-closures
generate-debug-information = wasm-debug

Affects wasmer-runtime-core-unc::jit_debug

generate-debug-information-no-export-symbols
managed

Affects fault::was_sigint_triggered_fault, wasmer-runtime-core-unc::tiering

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.

wasm-debug generate-debug-information?