- 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.
推薦閱讀
- ClickHouse性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- CockroachDB權(quán)威指南
- Docker進(jìn)階與實(shí)戰(zhàn)
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- Python計(jì)算機(jī)視覺編程
- Visual C++串口通信技術(shù)詳解(第2版)
- Podman實(shí)戰(zhàn)
- PySide GUI Application Development(Second Edition)
- Tableau 10 Bootcamp
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- QGIS Python Programming Cookbook(Second Edition)
- Windows Phone 8 Game Development
- 并行編程方法與優(yōu)化實(shí)踐