Cargo Features

fp-bindgen-support has no features set by default.

[dependencies]
fp-bindgen-support = { version = "3.0.0", features = ["async", "guest", "wasmer2_host", "http"] }
async

Affects common::r#async, guest::r#async, wasmer2_host::r#async

guest

Affects fp-bindgen-support::guest

wasmer2_host

Enables thiserror and wasmer ^2.1

Affects fp-bindgen-support::wasmer2_host

Features from optional dependencies

http implicit feature

Enables http ^0.2

http:

A set of types for representing HTTP requests and responses

Affects fp-bindgen-support::http