- 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.
推薦閱讀
- 數據結構與算法JavaScript描述
- Practical DevOps
- 人臉識別原理及算法:動態人臉識別系統研究
- 精通網絡視頻核心開發技術
- 實戰Java高并發程序設計(第3版)
- Learning Python by Building Games
- C語言程序設計
- 好好學Java:從零基礎到項目實戰
- 細說Python編程:從入門到科學計算
- IPython Interactive Computing and Visualization Cookbook
- HTML并不簡單:Web前端開發精進秘籍
- Kohana 3.0 Beginner's Guide
- 深入大型數據集:并行與分布化Python代碼
- INSTANT Lift Web Applications How-to
- 深入實踐C++模板編程