- Learn WebAssembly
- Mike Rourke
- 145字
- 2021-08-13 15:38:54
What is WasmFiddle?
WasmFiddle, located at https://wasdk.github.io/WasmFiddle/, is an online code editing tool that allows you to write some C or C++ code and convert it to Wat, compile it to Wasm, or interact with it directly using JavaScript. The C/C++ and JavaScript editors are minimal and aren't intended to be used as your primary development environment, but it offers a valuable service in the Wasm compiler. In Chapter 3, Setting Up A Development Environment, you'll discover that going from square one to generating Wasm files requires a little bit of work—being able to paste your C code into the browser and hitting a couple of buttons makes things much more convenient. The following diagram gives a quick overview of the interface:
As you can see, the interface is relatively simple. Let's try out some code!
- UNIX編程藝術
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- ThinkPHP 5實戰
- 圖解Java數據結構與算法(微課視頻版)
- R語言數據可視化之美:專業圖表繪制指南
- Modular Programming in Java 9
- 單片機應用與調試項目教程(C語言版)
- Python算法指南:程序員經典算法分析與實現
- Python算法詳解
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- 數據科學中的實用統計學(第2版)
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- SQL Server 2008數據庫應用技術(第2版)
- Hands-On GUI Application Development in Go
- The Java Workshop