Skip to content

Commit fb9a1cb

Browse files
fix(website): build it section wording and links
1 parent edfb031 commit fb9a1cb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ <h4>Hybrid Applications with Webpack</h4>
6464
</header>
6565
<p>
6666
Develop a WebAssembly module alongside any JavaScript project
67-
that leverages Webpack. Edit your Rust and watch your WebAssembly
68-
compile and reload as you work- a great way to start exploring
69-
WebAssembly in a JavaScript application you already work on!
67+
that leverages <a href="https://webpack.js.org/">Webpack</a>.
68+
Edit your Rust and watch your WebAssembly compile and reload as
69+
you work- a great way to start exploring WebAssembly in a JavaScript
70+
application you already work on!
7071
</p>
7172
<a href="#" class="button">Learn More</a>
7273
</div>
@@ -77,10 +78,11 @@ <h4>npm Packages for the Broswer and Node.js</h4>
7778
</header>
7879
<p>
7980
Leverage the power and breadth of the Rust ecosystem by compiling
80-
and publishing packages from these source languages as WebAssembly
81-
to the npm Registry- or write your own! Surgically replace hotpaths
82-
in your JavaScript or Node.js application with WebAssembly modules-
83-
using the same tools you use for your JavaScript dependencies!
81+
and publishing packages from <a href="https://crates.io">crates.io</a>
82+
as WebAssembly packages to the <a href="https://npmjs.com">npm Registry</a>
83+
- or write your own! Surgically replace hotpaths in your JavaScript or
84+
Node.js application with WebAssembly modules- using the same tools you
85+
use for your JavaScript dependencies!
8486
</p>
8587
<a href="#" class="button">Learn More</a>
8688
</div>

0 commit comments

Comments
 (0)