pwasm-abi
pwasm-abi copied to clipboard
Contract member variables
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 :)