Advent of Code 2019
This years Advent of Code, implemented in the browser, using typescript and rust.
The source code for this site can be found here: https://github.com/dhedegaard/adventofcode2019
The basic idea is:
Implement the solution in Rust with unit tests like last year.
Build the rust code into web assembly.
Run the solutions through the browser, using this site.