Back to Glossary

Architecture & Technology

WebAssembly (Wasm)

WebAssembly (Wasm) is a binary instruction format for a stack-based virtual machine, designed as a portable compilation target for high-level languages, enabling high-performance applications on the web and beyond.

Context for Technology Leaders

For CIOs and Enterprise Architects, WebAssembly represents a significant architectural shift, offering near-native performance for complex computations directly within web browsers. This capability extends to server-side and edge computing, aligning with modern distributed system architectures and enabling consistent code execution across diverse environments, crucial for enterprise application modernization and cloud-native strategies.

Key Principles

  • 1High Performance: Executes code at near-native speeds, crucial for demanding applications like gaming, CAD, and video editing, surpassing JavaScript's computational limits.
  • 2Portability: Runs consistently across various platforms and devices, including web browsers, servers, and IoT, due to its sandboxed virtual machine environment.
  • 3Language Agnostic: Supports compilation from multiple programming languages (C/C++, Rust, Go), allowing developers to leverage existing codebases and expertise.
  • 4Security: Operates within a secure, sandboxed environment, preventing direct access to the host system and enhancing application integrity.

Related Terms

JavaScriptContainerizationMicroservicesEdge ComputingCloud-NativeProgressive Web Apps