Wheel of WebAssembly
The Wheel of WebAssembly aims to show the diversity of languages that compile to WebAssembly in a fun way.
Each wheel part is compiled to WebAssembly from a different language and is loaded completely independently (using JavaScript). The compiled code for each wheel part contains two functions: name()
- returning the name of the wheel part (i.e., the programming language) and feelingLucky()
- returning a random number from 1 to 100. The project aims to show how simple code can be compiled to WebAssembly for different programming languages.
Additional Resources
Date Added: 11/25/19