Skip to content
WASM Analyzer LogoWASM Analyzer LogoWASM Analyzer
GitHub

WebAssembly concepts and features: Summary

  • WebAssembly uses a number of defined Types.
  • In WebAssembly, code is organized into Modules.
  • The WebAssembly Component Model is intended to make WebAssembly more usable oustide of web contexts.
  • The Wasm Interface Type (WIT) text format is an IDL intended to act as an intermediate between WebAssembly code and other programming languages.
  • Wasmtime is an engine for compiled WebAssembly Modules.