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?
Hi! I like the design of this library, was going to look into using in a project but noticed the
.free()method on theEmailAddressclass. 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 anEmailAddressafter I'm done with it?