|
2 | 2 | <head>
|
3 | 3 | <meta charset="utf-8">
|
4 | 4 | <title>wasm-pack</title>
|
| 5 | + <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet"> |
5 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet">
|
6 | 7 | <link rel="stylesheet" href="./public/custom.css" />
|
7 | 8 | <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
|
@@ -42,15 +43,67 @@ <h1><code>wasm-pack</code></h1>
|
42 | 43 | <h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
|
43 | 44 | </div>
|
44 | 45 | <div class="five columns" id="installer">
|
45 |
| - <a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.5.1 ✨</a> |
| 46 | + <a class="button button-primary" href="/wasm-pack/installer">✨ Install✨</a> |
46 | 47 | <p>9 Oct 2018 |
|
47 | 48 | <a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.5.1">
|
48 |
| - Release Notes |
| 49 | + 0.5.1 Release Notes |
49 | 50 | </a>
|
50 | 51 | </p>
|
51 | 52 | </div>
|
52 | 53 | </div>
|
53 | 54 | </header>
|
| 55 | + <hr/> |
| 56 | + <section id="build"> |
| 57 | + <div class="container"> |
| 58 | + <h2>Build it with wasm-pack!</h2> |
| 59 | + <div class="row"> |
| 60 | + <div class="four columns"> |
| 61 | + <header> |
| 62 | + <img src="./public/img/webpack.jpeg" alt="webpack" /> |
| 63 | + <h4>Hybrid Applications with Webpack</h4> |
| 64 | + </header> |
| 65 | + <p> |
| 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! |
| 70 | + </p> |
| 71 | + <a href="#" class="button">Learn More</a> |
| 72 | + </div> |
| 73 | + <div class="four columns"> |
| 74 | + <header> |
| 75 | + <img src="./public/img/npm-packages.png" alt="npm packages" /> |
| 76 | + <h4>npm Packages for the Broswer and Node.js</h4> |
| 77 | + </header> |
| 78 | + <p> |
| 79 | + 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! |
| 84 | + </p> |
| 85 | + <a href="#" class="button">Learn More</a> |
| 86 | + </div> |
| 87 | + <div class="four columns"> |
| 88 | + <header> |
| 89 | + <img src="./public/img/wasmbinaries.png" alt="webpack" /> |
| 90 | + <h4>Standalone WASM binaries</h4> |
| 91 | + </header> |
| 92 | + <p> |
| 93 | + No registry? <br/> No bundler?<br/> No problem!<br/> |
| 94 | + </p> |
| 95 | + <p> |
| 96 | + wasm-pack plays well with others but is also happy to generate |
| 97 | + standalone binaries for consumption in the browser. |
| 98 | + </p> |
| 99 | + <a href="#" class="button">Learn More</a> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </section> |
| 104 | + <footer> |
| 105 | + <p>Maintained by <a href="">Ashley Williams</a> and the <a href="">Rust-WebAssembly Working Group</a>. Found a typo? <a href="">File an issue!<a/></p> |
| 106 | + </footer> |
54 | 107 | </div>
|
55 | 108 | </div>
|
56 | 109 | <script type="text/javascript" src="installer/wasm-pack.js"></script>
|
|
0 commit comments