Cargo Features

dioxus-interpreter-js has no features set by default.

[dependencies]
dioxus-interpreter-js = { version = "0.5.1", features = ["serialize", "sledgehammer", "webonly", "binary-protocol", "minimal_bindings"] }
serialize = serde
sledgehammer binary-protocol? webonly? = sledgehammer_bindgen, sledgehammer_utils

Affects dioxus-interpreter-js::unified_bindings

webonly = js-sys, sledgehammer, wasm-bindgen, web-sys

Enables web of sledgehammer_bindgen

Affects dioxus-interpreter-js::minimal_bindings

binary-protocol = dioxus-core, dioxus-html, sledgehammer
minimal_bindings

Affects dioxus-interpreter-js::minimal_bindings

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.

wasm-bindgen webonly?
js-sys webonly?
web-sys webonly?
sledgehammer_bindgen sledgehammer? webonly?
sledgehammer_utils sledgehammer?
serde serialize?
dioxus-core binary-protocol?
dioxus-html binary-protocol?