Cargo Features
wasmer-runtime-core-x has no features set by default.
[dependencies]
wasmer-runtime-core-x = { version = "0.18.3", features = ["managed", "deterministic-execution", "generate-debug-information", "generate-debug-information-no-export-symbols", "dynamicfunc-fat-closures"] }
- managed
-
Affects
fault::was_sigint_triggered_fault
,wasmer-runtime-core-x::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-x::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.