Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 490 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 490 Bytes

advent-of-code-wasm

Goal is to pass the advent of code input through a React app and get results back from rust!

Derived from wasm-pack-template and create-react-app.

website screenshot

usage

React App: cd react-app && npm run start

Compile WASM: wasm-pack build --target web