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-compat
feature for compatibility with theserde_json::Value
type.
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).