Bytecoder Lua Demo
See Lua4J compiled to WebAssembly in action!
Lua Code
function add(a,b) return a+b end return add(1,2)
Response
Run Lua to see the output!
Run Lua!
Go to Bytecoder @ Github