Using Rust With WASM!
I'm new to this whole WebAssembly thing but it is already CHANGING my mindset!
The Porting a JavaScript App to WebAssembly with Rust (Part 1) article is the first part of a series about porting a web application from JavaScript to ... RUST!
When programmers think about Rust they probably think of APPLICATIONS or SERVER SIDE PROGRAMMING.
But now if WASM lets Rust be used to write applications that run in the web browser, the line between client side and server side programming is BLURRED!
Is it really true that we may encounter a future where we can use Rust EVERYWHERE, even in places where we would have once had to use a different language like JavaScript?!
I must LEARN MORE about WASM.