Cargo Features

[dependencies]
sqlsync-reducer = { version = "0.3.2", default-features = false, features = ["host", "guest"] }
default = guest

The guest feature is set by default whenever sqlsync-reducer is added without default-features = false somewhere in the dependency tree.

host = wasmi

Affects sqlsync-reducer::host_ffi

guest default

Affects sqlsync-reducer::guest_reactor, sqlsync-reducer::guest_ffi

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.

wasmi host?