- 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.x
- Apache Mesos Essentials
- Python數據可視化之Matplotlib與Pyecharts實戰
- Mastering KnockoutJS
- PLC應用技術(三菱FX2N系列)
- Julia High Performance(Second Edition)
- Getting Started with JUCE
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- ANSYS FLUENT 16.0超級學習手冊
- 基于JavaScript的WebGIS開發
- C語言程序設計實驗指導
- 分布式系統架構與開發:技術原理與面試題解析
- Kotlin入門與實戰
- AngularJS Web Application Development Cookbook
- Java Web開發任務教程