Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 44b348d

Browse files
committed
Add standard WG header to README
1 parent 0fbd759 commit 44b348d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# The Rust and WebAssembly Book
1+
<div align="center">
2+
3+
<h1>The Rust and WebAssembly Book</h1>
4+
5+
<strong>This small book describes how to use Rust and WebAssembly together and has a tutorial with exercises.</strong>
6+
7+
<h3>
8+
<a href="https://rustwasm.github.io/docs/book/">Read the Book</a>
9+
<span> | </span>
10+
<a href="https://github.com/rustwasm/book/blob/master/CONTRIBUTING.md">Contributing</a>
11+
<span> | </span>
12+
<a href="https://discordapp.com/channels/442252698964721669/443151097398296587">Chat</a>
13+
</h3>
14+
15+
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
16+
</div>
17+
18+
## About
219

320
This repo contains documentation on using Rust for wasm, common workflows, how
421
to get started and more. It acts as a guide for how to do some neat things with

0 commit comments

Comments
 (0)