Generating Sudoku Boards pt. 4: C++ for WebAssembly

Ross Harrison
1 min readDec 5, 2018

--

Solar Eclipse, through ISO 12312–2 glasses, long exposure, handheld

Part my Sudoku Board Generation Series:
Part 1: Structure & Algorithm
Part 2: Implementation Comparison
Part 3: Rust for WebAssembly
Part 4: C++ for WebAssembly

In the last installment, I outlined how the Rust implementation was modified to support usage as a WASM module and within a native binary. In this post, I’ll be doing the same for the C++ implementation.

Read More…

--

--