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.
- Host: GitHub
- URL: https://github.com/b1nus/aoc20.wat
- Owner: B1nus
- Created: 2024-10-25T16:56:14.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:00:25.000Z (7 months ago)
- Last Synced: 2025-02-01T12:45:23.695Z (5 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.