This repository was archived by the owner on Jul 10, 2025. It is now read-only.
v2.2.0: Minor feature release
fp-bindgen v2.2.0 is a minor feature release that adds type support for serde_json::Value and contains a change for the Wasmer backend used in the Rust runtime.
New features
- Added the
serde-json-compatfeature for compatibility with theserde_json::Valuetype.
Other changes
- The Rust runtime now uses the Wasmer Singlepass compiler on all architectures (Cranelift was used previously on arm64 because Singlepass did not yet support those chips).