Cargo Features

wasmer-engine-staticlib has no features set by default.

[dependencies]
wasmer-engine-staticlib = { version = "2.3.0", features = ["compiler"] }
compiler

Enable the compiler feature if you want the engine to compile and not be only on headless mode.

Enables translator of wasmer-compiler =2.3.0