The WebAssembly Binary Format
A .wasm module is a sequence of length-prefixed sections (type, import, function, code, data) with LEB128-encoded integers, designed to be decoded and validated in one linear pass. Section ordering and length prefixes are what make parallel and streaming compilation possible.
This Concept is waiting for its first lesson!
A .wasm module is a sequence of length-prefixed sections (type, import, function, code, data) with LEB128-encoded integers, designed to be decoded and validated in one linear pass. Section ordering and length prefixes are what make parallel and streaming compilation possible.
Are you a teacher? Sign in to start contributing.
Sign In