- 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.
推薦閱讀
- MySQL 8從入門到精通(視頻教學版)
- 零基礎玩轉區(qū)塊鏈
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- C語言程序設計立體化案例教程
- Node.js全程實例
- Mastering JavaScript High Performance
- 軟件品質之完美管理:實戰(zhàn)經(jīng)典
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Learning AngularJS for .NET Developers
- 現(xiàn)代C:概念剖析和編程實踐
- The Statistics and Calculus with Python Workshop
- Puppet:Mastering Infrastructure Automation
- SQL Server實例教程(2008版)
- 算法精解:C語言描述
- HTML并不簡單:Web前端開發(fā)精進秘籍