-
Quote from nelua's landing page:
Clang can output WASM (via LLVM), does that mean WASM target is possible? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
It is, actually this game made in Nelua compiles to WASM already (using Emscripten). https://edubart.github.io/nelua-game2048/ |
Beta Was this translation helpful? Give feedback.
-
Great to know! This, however, means that Nelua could use a place to showcase projects using Nelua in practice (I was under the impression that it was yet another programming language experiment that has no real life uses, like 90% of indie programming languages) |
Beta Was this translation helpful? Give feedback.
-
@Zireael07 Thanks for the suggestion, at the moment this place exists in the |
Beta Was this translation helpful? Give feedback.
-
You didn't link the discord anywhere that I can see, either ;) I'd love to join in! |
Beta Was this translation helpful? Give feedback.
-
The link is on the chat badge in the main page, it is https://discord.com/invite/7aaGeG7 |
Beta Was this translation helpful? Give feedback.
-
The fact that Nelua can target WASM seems deeply un-advertised. Given WASM’s rise, I think it’s one of the most appealing properties of Nelua. Maybe add it here? https://github.com/appcypher/awesome-wasm-langs |
Beta Was this translation helpful? Give feedback.
It is, actually this game made in Nelua compiles to WASM already (using Emscripten).
https://edubart.github.io/nelua-game2048/
https://github.com/edubart/nelua-game2048