Tangentially related. I want to play around with Web Assembly just to try to speed up (or perhaps parallelize) my own implementation of the "ray casting" "voxel" algorithm that the author demonstrates from the old Comanche game.

My straight Javascript implementation: https://github.com/EngineersNeedArt/Mooncraft2000