Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Crystal Lang #338

Open
laynef opened this issue Jul 14, 2023 · 1 comment
Open

Add support for Crystal Lang #338

laynef opened this issue Jul 14, 2023 · 1 comment

Comments

@laynef
Copy link

laynef commented Jul 14, 2023

The best programming language that reads like English with Ruby-like syntax with typing that runs as fast as C
Crystal Lang: https://crystal-lang.org/

See Crystal clear for long term development when you're 60 ;)

Discord Link: https://discord.com/channels/453584038356058112/596492540388179976/1015506060250972181

How do I allow for any language for import versus asking an entire community to change what their language is built on?....

@dschuff
Copy link
Member

dschuff commented Jul 14, 2023

If you want a language to run on a particular architecture, that would be a feature request for the developers of that language's compiler(s). It looks like Crystal is built on LLVM, so it seems like it would be feasible (as LLVM supports wasm codegen). But the language experts would need to decide what kind of runtimes would be targeted (JS/Web vs. others) what kind of bindings and interfaces to use, how to run it, etc. All of that is beyond the scope of wasm proper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants