You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!