Cargo Features
[dependencies]
omnia = { version = "0.30.0", default-features = false, features = ["jit"] }
- default = jit
-
The
jitfeature is set by default wheneveromniais added withoutsomewhere in the dependency tree.default-features = false - jit default
-
Enables just-in-time wasm to machine code compilation.
Enables cranelift of wasmtime ^42.0.1