File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,10 @@ <h4>Hybrid Applications with Webpack</h4>
64
64
</ header >
65
65
< p >
66
66
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!
70
71
</ p >
71
72
< a href ="# " class ="button "> Learn More</ a >
72
73
</ div >
@@ -77,10 +78,11 @@ <h4>npm Packages for the Broswer and Node.js</h4>
77
78
</ header >
78
79
< p >
79
80
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!
84
86
</ p >
85
87
< a href ="# " class ="button "> Learn More</ a >
86
88
</ div >
You can’t perform that action at this time.
0 commit comments