diff --git a/_posts/2017-11-18-hello-rust-hello-webassembly.md b/_posts/2017-11-18-hello-rust-hello-webassembly.md new file mode 100644 index 0000000..7dfa9b2 --- /dev/null +++ b/_posts/2017-11-18-hello-rust-hello-webassembly.md @@ -0,0 +1,12 @@ +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/).