- Learn WebAssembly
- Mike Rourke
- 111字
- 2021-08-13 15:39:01
WebAssembly Toolkit for VSCode
There are a few different WebAssembly extensions for VS Code currently available. I'm using the WebAssembly Toolkit for VSCode extension because it allows you to right-click on a .wasm file and select Show WebAssembly, which displays the Wat representation of the file. You can install this extension through the Extensions panel (search for WebAssembly), or from the official extension page in the VS Code Marketplace (https://marketplace.visualstudio.com/items?itemName=dtsvet.vscode-wasm):
Viewing the Wat for a .wasm file using the WebAssembly Toolkit for the VS Code extension
Once installed, you're ready to go! Now that you've got all of the required extensions, let's evaluate some optional extensions that can simplify common tasks.
推薦閱讀
- Mastering Zabbix(Second Edition)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- Ext JS Data-driven Application Design
- Learning Elixir
- Mastering Python Scripting for System Administrators
- 小程序,巧運營:微信小程序運營招式大全
- ANSYS Fluent 二次開發指南
- 單片機C語言程序設計實訓100例
- Unity 2017 Mobile Game Development
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Laravel Application Development Blueprints
- Mastering HTML5 Forms
- MySQL 8從零開始學(視頻教學版)
- LabVIEW數據采集
- 程序員必會的40種算法