Generating Sudoku Boards pt. 3: Rust for WebAssembly

Ross Harrison
1 min readNov 26, 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

As mentioned in the first post of this series, the initial purpose of creating a sudoku board generator was to look at the performance characteristics Web Assembly (WASM). This post covers how the WASM build was created for the Rust version of the generator.

Read more…

--

--