pwasm-abi icon indicating copy to clipboard operation
pwasm-abi copied to clipboard

Contract member variables

Open DemiMarie opened this issue 6 years ago • 1 comments

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.

DemiMarie avatar Dec 20 '18 00:12 DemiMarie

Hi!

No members ever get persisted or stored anywhere indeed

This is also out of scope of pwasm-abi library :)

NikVolf avatar Dec 20 '18 14:12 NikVolf