- Learn WebAssembly
- Mike Rourke
- 108字
- 2021-08-13 15:39:02
Setting up for the web
Interacting with and debugging Wasm modules will be done in the browser, which means we'll need a way to serve up a folder containing our example files. As we discussed in Chapter 2, Elements of WebAssembly - Wat, Wasm, and the JavaScript API, WebAssembly is integrated into the browser's JavaScript engine, but you'll need to make sure you're using a browser that supports it. In this section, we will provide instructions for cloning the book examples repository. We will also review how to quickly set up a local web server for testing and evaluating browser options to ensure that you're able to develop locally.
推薦閱讀
- Implementing Modern DevOps
- Learning PostgreSQL
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- HTML5 移動Web開發從入門到精通(微課精編版)
- Lighttpd源碼分析
- 新一代SDN:VMware NSX 網絡原理與實踐
- Django 3.0應用開發詳解
- 區塊鏈項目開發指南
- App Inventor 2 Essentials
- Unity Android Game Development by Example Beginner's Guide
- Oracle 12c從入門到精通(視頻教學超值版)
- Instant GLEW
- C語言程序設計教程
- C++17 By Example
- 零基礎PHP從入門到精通