- 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!
- 數(shù)據(jù)庫程序員面試筆試真題與解析
- 微服務(wù)與事件驅(qū)動架構(gòu)
- Java Web基礎(chǔ)與實例教程(第2版·微課版)
- Implementing Cisco Networking Solutions
- MySQL數(shù)據(jù)庫管理與開發(fā)(慕課版)
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- 精通Python自動化編程
- Python圖形化編程(微課版)
- 匯編語言編程基礎(chǔ):基于LoongArch
- JavaScript程序設(shè)計(第2版)
- Kotlin Programming By Example
- Web Developer's Reference Guide
- 網(wǎng)絡(luò)數(shù)據(jù)采集技術(shù):Java網(wǎng)絡(luò)爬蟲實戰(zhàn)
- Maven for Eclipse
- Java程序設(shè)計教程