8 lines
402 B
Markdown
8 lines
402 B
Markdown
---
|
||
title: WebAssembly
|
||
date_created: Sunday, August 28th 2022, 10:48:07 pm
|
||
date_modified: Sunday, August 28th 2022, 10:48:11 pm
|
||
---
|
||
|
||
|
||
WebAssembly (abbreviated _Wasm_) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for [[Software Development|programming languages]], enabling deployment on the web for client and server applications. |