Web Assembly Demos
Demos
Pixelate Image
Visualize and compare the performance difference between C++ WebAssembly and JavaScript by running identical pixelation operations.
Song Recognition
C++ Sound Fingerprinting algorithm to recognize songs by their audio fingerprint.
Cat/Dog Classifier
Use a pre-trained model to classify images of cats and dogs using tensorflow.js.

What is WASM?
WASM is a new way to run code on the web. It's a binary format that can run on any browser. It's fast and efficient.
How can WASM help you?
WASM enables near-native performance for computationally intensive tasks in the browser, unlocking new possibilities for high-performance web apps.
