Web Assembly Demos

Demos

Compare Loop Speed

Visualize and compare the performance difference between C++ WebAssembly and JavaScript by running identical loop operations.

Go to demo

Recognize Song

C++ Sound Fingerprinting algorithm to recognize songs by their audio fingerprint.

Go to demo

Edit Video

Simple video trimmer implemented in FFmpeg.wasm.

Go to demo

JSON decode with threads

Compare the performance difference between C++ WebAssembly and JavaScript by running identical JSON decode operations.

Go to demo

Image to ASCII

Capture webcam image and convert it to ASCII art in real-time using C++ WebAssembly.

Go to demo

Cat Image Classifier

Use a pre-trained model to classify images of cats and dogs using tensorflow.js.

Go to demo

MNIST Digit Classifier

Use a pre-trained model to classify images of digits using tensorflow.js.

Go to demo

Physics Engine

Implement a simple physics engine using C++ WebAssembly.

Go to demo

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.