- 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.
推薦閱讀
- Visual C++實例精通
- Java深入解析:透析Java本質的36個話題
- Visual C#.NET程序設計
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Building Serverless Architectures
- Arduino可穿戴設備開發
- SignalR:Real-time Application Development(Second Edition)
- Java 7 Concurrency Cookbook
- jBPM6 Developer Guide
- Scratch 3.0少兒積木式編程(6~10歲)
- WebRTC Cookbook
- C#從入門到精通(第5版)
- AngularJS Test:driven Development
- Hands-On RESTful API Design Patterns and Best Practices
- Python自動化測試教程