Giter Club home page Giter Club logo

wasm-sudoku-solver's Introduction

WebAssembly Sudoku Solver

GitHub

Sudoku Solver using WASM and Vue3 Composition API.

Screenshot 2023-04-25 at 19 18 46

The Project

This is a rust+node monorepo with several packages:

  • core - handles the business logic layer (the solver itself + UT)
  • wasm-lib - a wasm wrapper for core
  • client - the UI itself powered by Vue3 that uses the wasm-lib

Usage

to install the required dependencies, use the makefile:

make install

Client Dev Server

to run the client dev server run the following:

make dev-server

Note: Running this will initially build both the core and wasm-lib, so no need to run further commands afterwards

core Library

to run the tests for the core library run the following:

make test-core

to build the core library after changes do the following:

make build-core

Handling wasm-lib

to build the wasm-lib after changes run the following:

make build-lib

NOTE: build-lib also builds the core and will run tests

Using Docker

docker build . -t sudoku
docker run sudoku

Contributing

Submit an issue, and after discussing it, fill free to open a new branch and submit a PR.

feature/* for branches that add something new

bugfix/* for branches that fix something broken

refactor/* that's more for me :)

wasm-sudoku-solver's People

Contributors

matanelgordon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.