Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ <h2>WebAssembly???</h2>
<p>Rust can run on the browser by compiling to <a href="/topics/webassembly/">WebAssembly</a>
{{ 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 <a href="/topics/webassembly/">awesome Rust and WebAssembly</a> projects out there. For example, <a
href="https://github.com/yewstack/yew">Yew</a> and <a href="https://github.com/seed-rs/seed">Seed</a> let you create
some <a href="/topics/webassembly/">awesome Rust and WebAssembly</a> projects out there. For example <a
href="https://github.com/yewstack/yew">Yew</a> lets you create
front-end web apps with Rust in a way that feels almost like React.js.</p>

<p>For more information about Rust and WebAssembly, check out the <a
Expand Down