fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.5 KiB
50 lines
1.5 KiB
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>wasm-pack</title>
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="./public/custom.css" />
|
|
</head>
|
|
<body>
|
|
<nav class="navbar">
|
|
<div class="container">
|
|
<ul class="navbar-list">
|
|
<li class="navbar-logo">
|
|
<a href="/">
|
|
<img src="./public/img/rustwasm.png">
|
|
</a>
|
|
</a>
|
|
<li class="navbar-item">
|
|
<a href="https://github.com/rustwasm/wasm-pack/issues/new/choose">File an Issue</a>
|
|
</li>
|
|
<li class="navbar-item">
|
|
<a href="/book">Documentation</a>
|
|
</li>
|
|
<li class="navbar-item">
|
|
<a href="/installer">Install</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
<header>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="seven columns" id="logo">
|
|
<img src="./public/img/wasm-ferris.png"alt="wasm ferris logo" />
|
|
<h1><code>wasm-pack</code></h1>
|
|
<h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
|
|
</div>
|
|
<div class="five columns" id="installer">
|
|
<a class="button button-primary" href="/installer">✨ Install wasm-pack 0.4.2 ✨</a>
|
|
<p>24 July 2018 |
|
|
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.4.2">
|
|
Release Notes
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="installer/wasm-pack.js"></script>
|
|
</body>
|
|
|