An open API service indexing awesome lists of open source software.

https://github.com/b1nus/aoc20.wat

Advent of Code 2023 in the WebAssembly Text Format.
https://github.com/b1nus/aoc20.wat

Last synced: 26 days ago
JSON representation

Advent of Code 2023 in the WebAssembly Text Format.

Awesome Lists containing this project

README

        

# aoc20.wasm
Solving [Advent of Code 2020](https://adventofcode.com/2020) in [WebAssembly](https://webassembly.org/). I write in the binary format and I use the web as my host environment. Run my solutions with my helper python script *server.py* and give the argument of the day to test: `$ python serve.py 5`. You also need some input files of your own.