Join our Discord Server

Wasm

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

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

Is WebAssembly better than JavaScript

The question of whether WebAssembly is better than JavaScript is not straightforward, as both technologies have their strengths and weaknesses. It’s...
Ajeet Raina
4 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