BuildingXwithJS / proposals

Place for proposals on things to build, talk and review during livestreams
MIT License
20 stars 1 forks source link

Build something using Rust as WASM with JS #45

Open ArcticSpaceFox opened 4 years ago

ArcticSpaceFox commented 4 years ago

Hey I thought it would be cool to have some app with Rust handling heavy tasks in the back and JS in the front, so lets checkout how to do WASM with Rust.

Tell me what u think :)

yamalight commented 4 years ago

Sure, that does sound pretty cool. I haven't done that much wasm yet, but definitely interested 🤔

Tiim commented 4 years ago

There is even a rust based web framework yew.rs.

According to their webise:

Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly.

ArcticSpaceFox commented 4 years ago

@Tiim never heard of that, very cool!

yamalight commented 4 years ago

I just remembered that I have indeed done this already! Here's old video: https://www.youtube.com/watch?v=ihybuCp9pnc Probably still a good idea to revisit it and see how it changed 🤔

ArcticSpaceFox commented 4 years ago

@yamalight crazy you are an all arounder but you could use this new shiny tool yew.rs

yamalight commented 4 years ago

yep, yew definitely looks neat. will do that at one point :)