- 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!
- WildFly:New Features
- iOS 9 Game Development Essentials
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- Visual Basic程序設(shè)計(jì)教程
- Julia Cookbook
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- Mastering Ext JS
- Unity Game Development Scripting
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- Lift Application Development Cookbook
- Delphi開(kāi)發(fā)典型模塊大全(修訂版)
- 零基礎(chǔ)學(xué)HTML+CSS第2版
- Mastering Concurrency in Python
- 微前端設(shè)計(jì)與實(shí)現(xiàn)