- 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.
推薦閱讀
- Building Modern Web Applications Using Angular
- 深入淺出Spring Boot 2.x
- 游戲程序設計教程
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Mastering Python Networking
- Mastering Akka
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- OpenMP核心技術指南
- Lift Application Development Cookbook
- Python趣味編程與精彩實例
- 跟戴銘學iOS編程:理順核心知識點
- Android應用開發實戰(第2版)
- Learning Shiny
- SQL Server 2014 Development Essentials
- 深入大型數據集:并行與分布化Python代碼