Skip to main content
Zondax Github LinkZondax Github Link
Theme SwitchTheme Switch

WebAssembly

What is WebAssembly?

WebAssembly (abbreviated WASM) is a binary instruction format for a stack-based virtual machine. WASM is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications. Some of its features are:

  • Efficient and fast
  • Safe
  • Open and debuggable
  • Part of the open web platform

For more information, please refer to the WebAssembly web page.