WAT to WASM Compiler Demo
(module (func $add (param $lhs i32) (param $rhs i32) (result i32) local.get $lhs local.get $rhs i32.add ) (export "add" (func $add)) )
Simple Add Function
Memory Operations
Table with Functions
Global Variables
Simple Loop
_
Compile
Download
Execute