WebAssembly

'chess.py' is program written on Python to solve the 'classical 8 queens' problem. The program uses recursion to solve it. It returns an array with solutions. Each solution is also represented as an array, index representing the row and value the column.

The idea is to run this program on a web page using WebAssembly. We have multiple options to acheive this.