[−][src]Function wasmer_runtime::default_compiler
pub fn default_compiler() -> impl Compiler
Get a single instance of the default compiler to use.
The output of this function can be controlled by the mutually
exclusive default-backend-llvm, default-backend-singlepass,
and default-backend-cranelift feature flags.