Skip to content

v2.2.0: Minor feature release

Compare
Choose a tag to compare
@arendjr arendjr released this 31 Aug 15:12
· 50 commits to main since this release
a8cb504

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 the serde_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).