A wasm application showcasing a feed-forward neural network (FFNN) and genetic algorithm written from scratch in RUST🦀
# Clone the repository
$ git clone https://github.com/connor-ashton-dev/rust_dna.git
$ cd rust_dna
# Build Rust code
$ cd libs/simulation-wasm
$ wasm-pack build --release
# Build TypeScript code
$ cd ../../www
$ npm install
# Start the application
$ npm run start
# Now simply open `http://localhost:8080` in your web browser :-)