Y
Hacker News
new
|
ask
|
show
|
jobs
by
ianburrell
3035 days ago
The regular Go compiler doesn't use LLVM. It is derived from Plan9 compiler toolchain. There has been work on a LLVM Go compiler. There is also Gccgo, Go frontend for GCC, that could use GCC WebAssembly backend.
1 comments
earenndil
3035 days ago
Could use dragonegg[1] to run gccgo through llvm and then through emscripten.
1:
https://dragonegg.llvm.org/
link
1: https://dragonegg.llvm.org/