mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-14 20:20:49 +00:00
* Refactor out the `InterpreterDataEnvelope` It is an envelope for the data that makes `version` info accessible in standard non-changing way. Inner data in `InterpreterDataEnv` is a binary blob. * Use `rkyv` for `InterpreterData` * `InterpreterDataEnvelope` uses MsgPack directly It will be changed when `interpreter-sede` will support types with serde borrows.