Some notes
Closed this issue · 2 comments
Zireael07 commented
- https://www.fermyon.com/wasm-languages/python mentions a WebAssembly discord server, but w/o a link - can you give a link here
- Lua can also be ran in WASM embedded in Rust (https://crates.io/crates/hematita) or Go (several implementations exist, including GopherLua - I've used the latter personally and can tell you it works <3 )
mikkelhegn commented
Thanks for the update. Feel free to submit a PR with the Lua and Go information.
technosophos commented
I added Hematita. I am concerned that GopherLua uses reflection, which TinyGo does not support.