Skip to content

dhedegaard/adventofcode2019

Repository files navigation

Advent of Code 2019

Netlify Status Build Status Deploy Build gatsby Run rust tests

Solutions in rust, build to web assembly and running in your favorite browser.

How to get it to run

  1. Install rust (using rustup, wasm-pack seem to require it) and node.js.
  2. Install wasm-pack following the instructions here: https://rustwasm.github.io/wasm-pack/installer/
  3. Run $ yarn watch to develop on the gatsby-part and build using $ yarn test and $ yarn wasm for the rust part.