- 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!
- Visual Basic程序設計教程
- PHP 編程從入門到實踐
- Monitoring Elasticsearch
- 零基礎輕松學SQL Server 2016
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Fast Data Processing with Spark(Second Edition)
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Flink技術內幕:架構設計與實現原理
- Hack與HHVM權威指南
- Shopify Application Development
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- 一步一步學Spring Boot:微服務項目實戰(第2版)
- Java EE應用開發及實訓
- Visual C++網絡編程教程(Visual Studio 2010平臺)
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap