YaronWittenstein / wasm-calculator

Playground for WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm-calculator

A very small calculator written in native WASM, hosted by the browser

How to run?

  • Install wabt

  • Run wat2wasm (compiling WebAssembly in text format to WebAssembly binary)

wat2wasm calculator.wast
livereload -p 8000
  • Open the browser and go to http://0.0.0.0:8000 (will return index.html file)

About

Playground for WASM


Languages

Language:HTML 58.0%Language:WebAssembly 42.0%