Open DemiMarie opened 5 years ago
It is very unclear whether contract member variables are persistent. Currently, I am having to store all state using explicit load/store opcodes. Ideally, this crate would do this automatically.
Hi!
No members ever get persisted or stored anywhere indeed
This is also out of scope of pwasm-abi library :)
pwasm-abi
It is very unclear whether contract member variables are persistent. Currently, I am having to store all state using explicit load/store opcodes. Ideally, this crate would do this automatically.