yt-project / widgyts

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

Determine way to ensure importing of wasm #9

Closed munkm closed 3 years ago

munkm commented 6 years ago

Right now the colormaps model requires promises to load yt_tools and all subsequent functionality from wasm. If a way of ensuring wasm is loaded without all of the subsequent promises the colormap model can avoid a bunch of unnecessary added logic, but all of the wasm functionality could be available right away.