Cargo Features

wasm-bridge-js has no features set by default.

[dependencies]
wasm-bridge-js = { version = "0.3.0", features = ["component-model", "async", "error-logging", "wat"] }
component-model = async-trait, js-component-bindgen, wasm-bridge-macros

Affects wasm-bridge-js::component, wasm-bridge-js::direct

async

Enables async of wasm-bridge-macros ^0.3.0

error-logging

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.

wat implicit feature

Enables wat

wat:

Rust parser for the WebAssembly Text format, WAT

wasm-bridge-macros async? component-model?

Enables wasm-bridge-macros ^0.3.0

async-trait component-model?
js-component-bindgen component-model?

Enables js-component-bindgen ^0.14