- Learn WebAssembly
- Mike Rourke
- 68字
- 2021-08-13 15:38:58
GNU make and rimraf
In the learn-webassembly repository, the code examples use GNU Make and VS Code's Tasks feature (which we'll cover in Chapter 5, Creating and Loading a WebAssembly Module) to perform the build tasks defined throughout the book. GNU Make is an excellent cross-platform tool for automating build processes. You can read more about GNU Make at https://www.gnu.org/software/make. Let's review the installation steps for each platform.
推薦閱讀
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- 兩周自制腳本語言
- 軟件測試工程師面試秘籍
- 數據庫系統原理及MySQL應用教程
- 用戶體驗可視化指南
- Node學習指南(第2版)
- Fast Data Processing with Spark(Second Edition)
- Building Serverless Web Applications
- 現代C:概念剖析和編程實踐
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- SQL Server 2012 數據庫應用教程(第3版)
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Android嵌入式系統程序開發(基于Cortex-A8)
- Qt 5.12實戰
- HikariCP數據庫連接池實戰