- 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.
推薦閱讀
- Spring Boot 2實戰之旅
- Beginning Java Data Structures and Algorithms
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Ceph Cookbook
- Learning Selenium Testing Tools with Python
- 一塊面包板玩轉Arduino編程
- C++ Fundamentals
- 軟件工程基礎與實訓教程
- IPython Interactive Computing and Visualization Cookbook
- Java 7 Concurrency Cookbook
- Implementing Domain:Specific Languages with Xtext and Xtend
- Android項目實戰:博學谷
- Cloud Development andDeployment with CloudBees
- JSP程序設計與案例教程
- 區塊鏈技術與智能服務應用