-
Notifications
You must be signed in to change notification settings - Fork 262
WebAssembly
suyan edited this page Apr 2, 2023
·
2 revisions
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/
- MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly
- A TypeScript-like language for WebAssembly. https://github.com/AssemblyScript/assemblyscript