email-address-parser icon indicating copy to clipboard operation
email-address-parser copied to clipboard

Memory management

Open robertf224 opened this issue 1 year ago • 1 comments

Hi! I like the design of this library, was going to look into using in a project but noticed the .free() method on the EmailAddress class. Not too familiar with the latest on wasm stuff but appears as though I might need to manually do memory management here and explicitly free an EmailAddress after I'm done with it?

robertf224 avatar Oct 10 '22 18:10 robertf224