- 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
推薦閱讀
- C語言程序設(shè)計(jì)案例教程
- Python程序設(shè)計(jì)教程(第2版)
- Learning Cython Programming
- Three.js開發(fā)指南:基于WebGL和HTML5在網(wǎng)頁上渲染3D圖形和動(dòng)畫(原書第3版)
- 你不知道的JavaScript(中卷)
- ADI DSP應(yīng)用技術(shù)集錦
- Node.js:來一打 C++ 擴(kuò)展
- C++程序設(shè)計(jì)教程
- C#面向?qū)ο蟪绦蛟O(shè)計(jì)(第2版)
- WebStorm Essentials
- 精通Spring:Java Web開發(fā)與Spring Boot高級(jí)功能
- C/C++代碼調(diào)試的藝術(shù)
- Learning Gerrit Code Review
- Mockito for Spring
- C#從入門到精通(第5版)