candy-lang / candy

🍭 A sweet, functional programming language that is robust, minimalistic, and expressive.
MIT License
318 stars 3 forks source link

WebAssembly #878

Closed flip111 closed 7 months ago

flip111 commented 7 months ago

Does the compiler run on WebAssembly (wasm)? Is such feature planned?

ctiedt commented 7 months ago

This will likely be handled by one of the native backends. Currently, there is the semi-working Inkwell (i.e. LLVM-based) backend, but a Cranelift-based backend that will be easier to use is also in progress.

flip111 commented 7 months ago

Thank you for your reply. Close the issue if you like or keep it open in case you like a reminder.

JonasWanke commented 7 months ago

I'm closing this since I just found our old tracking issue: #299. But I'm not sure when we'll get to implementing this