yt-project / widgyts

Widgets for yt
https://widgyts.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Switch out using multiple normalization calls #20

Closed matthewturk closed 3 years ago

matthewturk commented 6 years ago

According to https://github.com/rustwasm/wasm-bindgen/issues/14 it looks like we can now supply Option types to rust, so we should be able to just use a single call to normalization and supply null values if we have them.