Cargo Features

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

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

Affects wasmer-runtime-core-fl::tiering

deterministic-execution

Enables deterministic of wasmparser ^0.51.3

generate-debug-information = wasm-debug

generate debug information from Wasm DWARF for use with the GDB JIT interface

Affects wasmer-runtime-core-fl::jit_debug

generate-debug-information-no-export-symbols

don't export symbols related to the GDB JIT interafce, LLVM or some other native code will be providing them

dynamicfunc-fat-closures

enable DynamicFunc's for closures with captured environment.

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?