Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkishi
1513 days ago
It still targets Erlang—but the compiler's written in Rust (from the first v0.1 release in 2019).
1 comments
the_duke
1513 days ago
It also targets JavaScript now, and maybe eventually Webassembly.
link
rockwotj
1513 days ago
Tracking issue for native code is here:
https://github.com/gleam-lang/gleam/issues/109
unlikely they will directly compile to WASM.
A similar language to gleam built on WASM is grain:
https://github.com/grain-lang/grain
link