Is it possible to write a Rust Core Library and use it on the Web as well (WASM?). How would you integrate it, into something like Vue.js? #rust#vuejs#webdev
Super high level overview: write a Rust library, annotate your exports with something like tsify and build with wasm-pack. See https://github.com/stadiamaps/ferrostar for some inspiration. I will write up a blog on this sometime soonish.