13 lines
674 B
Markdown
13 lines
674 B
Markdown
|
extends: post.liquid
|
||
|
title: "Hello, Rust! Hello, WebAssembly!"
|
||
|
date: 18 Nov 2017 16:26:57 +0100
|
||
|
path: /:year/:month/:day/hello-rust-hello-webassembly
|
||
|
---
|
||
|
|
||
|
[hellorust.com](https://www.hellorust.com/) is live!
|
||
|
|
||
|
This site will collect resources, guides, articles and links around Rust & WebAssembly.
|
||
|
If you want to help or have more resources we should add, [open an issue](https://github.com/badboy/hellorust/issues/new) or send a Pull Request to [github.com/badboy/hellorust](https://github.com/badboy/hellorust).
|
||
|
|
||
|
To get started, head over to the [Setup section](https://www.hellorust.com/setup/) or take a look at [some example code](https://www.hellorust.com/demos/).
|