- Learn WebAssembly
- Mike Rourke
- 106字
- 2021-08-13 15:38:56
Installing the development tooling
You'll need to install some applications and tooling to start developing WebAssembly. We will use Visual Studio Code, a text editor, to write our C/C++, JavaScript, HTML, and Wat. We'll also use Node.js for serving up the files and Git to manage our code. We will use package managers to install these tools, which makes the installation process much simpler than downloading and installing them manually. In this section, we will cover the operating systems, as well as the package managers for each platform. We'll also review each of the applications, with a brief overview of their role in the development process.
推薦閱讀
- The Complete Rust Programming Reference Guide
- Practical Data Analysis Cookbook
- Learning NServiceBus(Second Edition)
- Android開發精要
- Apache Spark 2.x Machine Learning Cookbook
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- 區塊鏈:以太坊DApp開發實戰
- Visual Basic程序設計教程
- Troubleshooting PostgreSQL
- EPLAN實戰設計
- The Complete Coding Interview Guide in Java
- Python Data Analysis Cookbook
- Teaching with Google Classroom
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Raspberry Pi Home Automation with Arduino(Second Edition)