wiki/_notes/Development/WebAssembly.md

8 lines
402 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

---
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.