Hi! I read #653, and I was wondering if I could submit a simple PR implementing the conversion traits (like FromWasmAbi and friends) that just treats a Uuid to a string (converting it to and from Rust with Uuid's FromStr and Display impls). I think this is reasonable given that the JavaScript standard library produces v4 UUIDs as strings by default.
If this makes sense, I'd love to submit a PR with these trait implementations!
Hi! I read #653, and I was wondering if I could submit a simple PR implementing the conversion traits (like
FromWasmAbiand friends) that just treats aUuidto a string (converting it to and from Rust with Uuid'sFromStrandDisplayimpls). I think this is reasonable given that the JavaScript standard library produces v4 UUIDs as strings by default.If this makes sense, I'd love to submit a PR with these trait implementations!