wasm-tsp-solver-canvas
v0.1.0
Published
Readme
Traveling Salesman Problem Solver using Rust and WebAssembly
Deploy static webpage
$ wasm-pack build && cd ~/<project dir>/www && npm install && npm run startRun unit tests
$ wasm-pack test --nodeCodebase is based on the Rust Wasm game-of-life tutorial project: https://rustwasm.github.io/book/introduction.html
