Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 326 Bytes

wasm.md

File metadata and controls

4 lines (4 loc) · 326 Bytes

WebAssembly(Wasm) 介绍

  • 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.
  • https://webassembly.org/
  • https://wasmbyexample.dev/