Introduction to WebAssembly Modules
Get introduced to the concepts we’ll learn in this chapter.
We'll cover the following...
Overview
WebAssembly is a low-level assembly-like code that’s designed for efficient execution and compact representation. WebAssembly runs at a near-native speed in all JavaScript engines (including modern desktop, mobile browsers, and Node.js). Compact ...