diff --git a/templates/home.html b/templates/home.html index bd66b681..356d66f7 100644 --- a/templates/home.html +++ b/templates/home.html @@ -78,8 +78,8 @@

WebAssembly???

Rust can run on the browser by compiling to WebAssembly {{ level::level(level=webassembly.extra.level) }}. This means that you can take advantage of the amazing Rust ecosystem on the browser! Rust and WebAssembly integrate with existing Javascript tooling like NPM, Webpack, and ECMAScript modules! There are - some awesome Rust and WebAssembly projects out there. For example, Yew and Seed let you create + some awesome Rust and WebAssembly projects out there. For example Yew lets you create front-end web apps with Rust in a way that feels almost like React.js.

For more information about Rust and WebAssembly, check out the