AluVM / rust-aluvm

Rust implementation of AluVM (RISC functional machine)
https://docs.rs/aluvm
Apache License 2.0
59 stars 22 forks source link

do you think we should fix the alignment of members on `Instr` enum variants to match mnemonic on 1.0.0 release? #79

Closed 6293 closed 1 year ago

6293 commented 1 year ago

https://github.com/AluVM/rust-aluvm/pull/77#pullrequestreview-1479062131

dr-orlovsky commented 1 year ago

Yes. But there is more: alignment of bytecode serialization. It will be nice to have it the same, bit this is much more breaking than just API break.

dr-orlovsky commented 1 year ago

Superseded by & closed due to https://github.com/AluVM/rust-aluvm/issues/83