I was writing some glue code for types that I need to share with a wgpu shader, and I noticed that The TryFromJs trait is missing for f32. It does exist for f64, so wasn't sure if this was an oversight or if I am missing something important about f32 values.
I searched for other reports of this and I didn't find anything, but if I missed something feel free to point me at it
I was writing some glue code for types that I need to share with a wgpu shader, and I noticed that The
TryFromJstrait is missing forf32. It does exist forf64, so wasn't sure if this was an oversight or if I am missing something important aboutf32values.I searched for other reports of this and I didn't find anything, but if I missed something feel free to point me at it