Skip to content

Collection of resources & examples for Rust & WebAssembly

Notifications You must be signed in to change notification settings

ColinEberhardt/hellorust

 
 

Repository files navigation

A collection of resources, articles, examples and links regarding Rust & WebAssembly

Website

Everything is automatically deployed and available on www.hellorust.com.

Development

The site is built using Cobalt. To compile everything and place it into the build/ folder, execute:

cobalt build

Deployment is automatically run through Travis CI on every push to the master branch.

Developing examples

Examples are placed in demos/. You can copy one of the existing examples or create a new one. Just pick a good short name as the directory name.

Please add a Makefile which compiles and copies all necessary files in place on invocation. See demos/add/Makefile for a simple example.

Add an index.liquid file for your example and make sure the following header is included:

extends: site.liquid
title: "Demo: Name of your example"
path: /demos/slug-of-your-example
---

Use HTML to structure your example explanation.

Contributions

All contributions are welcome. Please open an issue and tell us about your ideas. Pull Requests with new resources or examples are welcome as well.

About

Collection of resources & examples for Rust & WebAssembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.0%
  • Liquid 38.5%
  • Makefile 0.5%