queens-problem-wasm

command module
v0.0.0-...-c0abff7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2023 License: MIT Imports: 2 Imported by: 0

README

Queens Problem Solver WASM

Introduction

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.
  • Open http://localhost:8080 and see output of Go app in the console window
  • Run the solver from console with findSolutions(8)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL