assemblyscript
assemblyscript copied to clipboard
feat: optimize the active init operation of zero-initialized memory of `makeFieldInitializationInConstructor`
-
Reduce unnecessary zero-initialization memory in the constructor
-
According to wasm-spec, grown memories should initialized with value 0x00
-
[x] I've read the contributing guidelines
-
[x] I've added my name and email to the NOTICE file