- Learn WebAssembly
- Mike Rourke
- 136字
- 2021-08-13 15:38:55
Setting Up a Development Environment
Now that you're familiar with the elements of WebAssembly, it's time to set up a suitable development environment. Developing with WebAssembly is tantamount to developing in C or C++. The difference lies in the build process and the output. In this chapter, we will cover the development tooling, and how to install and configure it on your system.
Our goal for this chapter is to understand the following:
- How to install the required development tooling (Git, Node.js, and Visual Studio Code)
- How to configure Visual Studio Code for use with C/C++ and WebAssembly using extensions
- How to set up a local HTTP server to serve up the HTML, JavaScript, and .wasm files
- Checking your browser for WebAssembly support
- What helpful tools are available to simplify and improve the development process
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- C語言程序設計
- Scratch 3游戲與人工智能編程完全自學教程
- Learning Neo4j 3.x(Second Edition)
- C語言程序設計同步訓練與上機指導(第三版)
- Learning Vaadin 7(Second Edition)
- NGINX Cookbook
- UML2面向對象分析與設計(第2版)
- Python+Office:輕松實現Python辦公自動化
- Advanced Python Programming
- C語言從入門到精通
- 從零開始學Python大數據與量化交易
- 軟件設計模式(Java版)
- 每個人的Python:數學、算法和游戲編程訓練營
- 從零開始學UI設計·基礎篇