DEV Community

Jordan Gregory
Jordan Gregory

Posted on

Svelte + Rust WASM = ❤️

So, over at STLRust, I've been looking for the best JS framework to pair with my WASM escapades for a while.

At this point, I've all but written off the bigger frameworks such as React, Angular, and Vue for reasons beyond the scope of this article.

I decided on Svelte due to its minimalism ultimately.

On my path of bootstrapping my new stack though, I realized that there just isn't any real good documentation on doing this sort of thing yet, so I went ahead and created a template to solve half of that equation.

So if you are in the mood to play around with Svelte and WASM, feel free to give it a try:

https://git.stlrust.org/j4ng5y/svelte-wasm-template.git

Top comments (0)