SkillAgentSearch skills...

Aoc2017

Advent of Code 2017

Install / Use

/learn @steveklabnik/Aoc2017
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Advent of Code 2017

I'm doing Advent of Code 2017 in Rust and Webassembly! You can try it out in your browser.

Building

You need a quite recent nightly for this to work.

> cargo build --release

Running the tests

The tests can't be run via the wasm target, so you need to add your platform triple. For example, mine is:

> cargo test --target=x86_64-pc-windows-msvc

Note on size

You'll probably want to run the wasm through wasm-gc and wasm-opt -Oz to get a reasonable filesize.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated8y ago
Forks0

Languages

HTML

Security Score

50/100

Audited on Dec 3, 2017

No findings