mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-23 05:02:13 +00:00
Currently the entire `Program` is deserialized to match schema versions but this is likely to fail when the schema changes. Instead just deserialize the schema/version fields, compare those, and if successful go ahead and deserialize everything.