- 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.
推薦閱讀
- 程序設計與實踐(VB.NET)
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Learning Python Design Patterns(Second Edition)
- 前端HTML+CSS修煉之道(視頻同步+直播)
- 編程菜鳥學Python數據分析
- Python深度學習原理、算法與案例
- Extending Unity with Editor Scripting
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Python函數式編程(第2版)
- Oracle實用教程
- STM8實戰
- Python Machine Learning Cookbook
- Xamarin Cross-Platform Development Cookbook
- 現代C++語言核心特性解析
- 計算機應用基礎