- Learn WebAssembly
- Mike Rourke
- 57字
- 2021-08-13 15:38:47
Official definition
The official WebAssembly website (https://webassembly.org) offers this definition:
Wasm is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
Let's break that definition down into parts to add some clarification.
推薦閱讀
- Docker and Kubernetes for Java Developers
- Twilio Best Practices
- Java虛擬機(jī)字節(jié)碼:從入門到實(shí)戰(zhàn)
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Python自然語言處理(微課版)
- 精通Python設(shè)計(jì)模式(第2版)
- SQL Server與JSP動(dòng)態(tài)網(wǎng)站開發(fā)
- Android Wear Projects
- Learning Modular Java Programming
- JavaScript程序設(shè)計(jì)(第2版)
- Learning Node.js for .NET Developers
- Unity 5.X從入門到精通
- Tableau Dashboard Cookbook
- Functional Python Programming
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐