Skip to content

Commit e9fa45b

Browse files
committed
Add the standard WG header to the README
1 parent a84edaf commit e9fa45b

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1-
# 🦀🕸 `rust-webpack-template`
1+
<div align="center">
22

3-
> **Kickstart your Rust, WebAssembly, and Webpack project!**
3+
<h1><code>rust-webpack-template</code></h1>
4+
5+
<strong>Kickstart your Rust, WebAssembly, and Webpack project!</strong>
6+
7+
<p>
8+
<a href="https://travis-ci.org/rustwasm/create-wasm-app"><img src="https://img.shields.io/travis/rustwasm/create-wasm-app.svg?style=flat-square" alt="Build Status" /></a>
9+
</p>
10+
11+
<h3>
12+
<a href="https://rustwasm.github.io/docs/wasm-pack/tutorials/hybrid-applications-with-webpack/index.html">Tutorial</a>
13+
<span> | </span>
14+
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
15+
</h3>
16+
17+
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
18+
</div>
19+
20+
## About
421

522
This template is designed for creating monorepo-style Web applications with
623
Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.
724

8-
[**📚 Read this template tutorial! 📚**][template-docs]
25+
[**📚 Read this template's tutorial! 📚**][template-docs]
926

1027
Be sure to check out [other `wasm-pack` tutorials online][tutorials] for other
1128
templates and usages of `wasm-pack`.

0 commit comments

Comments
 (0)