Generating Sudoku Boards pt. 3: Rust for WebAssembly
1 min readNov 26, 2018
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.