WebAssembly/website

Is it possible to add Lua into wasm

pyluaVR opened this issue · 1 comments

Is it possible to add Lua into wasm

What does this mean? Wasm is a language, it does not contain other languages. If you want to compile or interpret Lua using Wasm, Google will turn up many such projects, eg: https://www.fermyon.com/wasm-languages/lua

I think this can be closed.