Cargo Features
wasmer-engine-jit has no features set by default.
[dependencies]
wasmer-engine-jit = { version = "1.0.2", features = ["compiler"] }
- compiler
-
Enable the
compiler
feature if you want the engine to compile and not be only on headless mode.