Nick Fitzgerald
Nick Fitzgerald
* [ ] Prompt for the user's preferred bundler * [ ] Initialize the template with that bundler pre-configured Maybe using yeoman? cc @ashleygwilliams @sendilkumarn
Should have a utility crate for working with Indexed DB in a Rust-y, idiomatic way.
Perhaps something like https://github.com/yerkopalma/choo-sse? Probably best expressed as a futures stream.
We should have an idiomatic Rust utility crate for working with * [x] a single `requestAnimationFrame` * [ ] a `requestAnimationFrame` loop (reusing the same function) * [ ] debouncing...
Web GL
Can we make something like `glium` for Web GL? Does it make sense to jump straight there, or should we build an incremental Rustier version of the Web GL APIs...
Would be A++++ if someone went through https://platform.html5.org/ and made sure we had an associated tracking issue for each item there (where it makes sense). Lots of potential utility crates!
A tracking issue for one of the most opinionated kinds of libraries!
We should also do the link checking support that mdbook has. wasm-bindgen does this in CI, so we can probably crib a bunch of stuff from there: https://github.com/rustwasm/wasm-bindgen/blob/master/azure-pipelines.yml#L242-L254 cc @David-OConnor...
Should be similar to our existing `wasm-pack test`s that run in firefox and chrome, but we need to use a macos vm image, and I'm not 100% sure how to...