Skip to content

String-based genetic algorithm web app demo. Made with Solid.js and Rust compiled WASM.

Notifications You must be signed in to change notification settings

NabeelAhmed1721/string-genetics

Repository files navigation

Usage

To start a development server, run:

$ pnpm dev # or equivalent yarn dev, npm run dev.

To recompile WASM during development, run:

$ pnpm build:wasm # or equivalent yarn build:wasm, npm run build:wasm.

To compile a release version of WASM, run:

$ pnpm build:wasm:release # or equivalent yarn build:wasm:release, npm run build:wasm:release.

To build the entire project:

$ pnpm build # or equivalent yarn pnpm build, npm run pnpm build.

About

String-based genetic algorithm web app demo. Made with Solid.js and Rust compiled WASM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published