17 lines
748 B
Markdown
17 lines
748 B
Markdown
---
|
|
permalink: "/{{ year }}/{{ month }}/{{ day }}/hello-rust-hello-webassembly"
|
|
title: "Hello, Rust! Hello, WebAssembly!"
|
|
published_date: "2017-11-18 16:26:57 +0100"
|
|
layout: post.liquid
|
|
data:
|
|
route: blog
|
|
tags:
|
|
- rust
|
|
---
|
|
[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/).
|