jasmaa / aoc2022

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2022

Advent of Code 2022 but it's in Rust with WASM as the compile target for some reason.

Getting Started

Install Rust and wasmtime.

rustup target add wasm32-wasi

Run program locally:

cat input.txt | cargo run

Build and run WASM:

cargo build --target wasm32-wasi --release
cat input.txt | wasmtime ./target/wasm32-wasi/release/<WASM FILE>

About

Advent of Code 2022


Languages

Language:Rust 100.0%