We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbeb83 commit 15dd8a9Copy full SHA for 15dd8a9
templates/what/wasm/js.hbs
@@ -14,7 +14,7 @@
14
<p>
15
The dream of WebAssembly is not to kill JavaScript but to work
16
alongside of it, to help super charge processing-heavy or low-level
17
- tasks — tasks that benefit from Rust's strengths.
+ tasks — tasks that benefit from Rust's focus on performance.
18
</p>
19
</div>
20
<div class="four columns">
@@ -25,7 +25,7 @@
25
26
27
Publish Rust WebAssembly packages to package registries like npm.
28
- Bundle them for production with WebPack, Parcel, and others.
+ Bundle and ship them with WebPack, Parcel, and others.
29
Maintain them with tools like <code>npm audit</code> and Greenkeeper.
30
31
@@ -44,4 +44,4 @@
44
45
46
47
-</section>
+</section>
0 commit comments