This Go example runs a n queens problem solver using WebAssembly in the browser. The solver example can be found here. This example demonstrates JavaScript interop.
How to Use
Run docker build -t qpwasm . to create Docker image hosting the website. Run the web API with docker run -d -p 8080:80 --name qpwasm qpwasm.