Join our Discord Server

WebAssembly

Demystifying WebAssembly: A Guide for Beginners

Despite its name, WebAssembly (a.k.a Wasm) is not quite an assembly language. It’s not meant for any particular machine. It’s for...
Avinash Bendigeri
3 min read

What is WebAssembly and how it is different from JavaScript

So, you’ve probably heard of WebAssembly, right? It’s this cool, low-level binary thing that’s shaking up the web development scene. Instead...
Ajeet Raina
5 min read

WebAssembly: The Hottest Tech Whiz making Devs Dance!

In the fast-paced world of technology, a new star is born, and it’s got developers around the globe shaking their booties...
Avinash Bendigeri
2 min read

Top 20 companies that uses Wasm

WebAssembly (Wasm) is a binary instruction format designed to be as efficient as native machine code. It is being used by...
Karan Singh
3 min read

How to build Wasm container and push it to Docker Hub

WebAssembly (Wasm) has gained significant traction in the technology world, offering a powerful way to run code in web browsers and...
Ajeet Raina
2 min read

Wasm: Explained to a 5 years old

WebAssembly (abbreviated Wasm) is like a special language that helps computers understand and run programs really fast on the internet. It’s like...
Ajeet Raina
4 min read

Wasm and Kubernetes – Working Together

WebAssembly is a binary format that allows running code written in multiple languages (C/C++, Rust, Go, etc.) on the web. This...
Ajeet Raina
4 min read
Join our Discord Server
Index