Skip to content

YaronWittenstein/wasm-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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)