Skip to content

Remove seed-rs from webassembly section #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
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