-
Notifications
You must be signed in to change notification settings - Fork 932
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
TinyGo and WebAssembly? #44
Comments
I've used WebAssembly a little bit in the past, and a WebAssembly target is certainly something I'd like to see at some point. But of course, there are so many things I would like to see implemented in the compiler, and this is just one of them. A WebAssembly target is certainly doable. Requirements to implement one are roughly similar to the ones listed in Adding a new architecture. In short, it involves creating targets/wasm.json with target "wasm-none-none-wasm" and probably some runtime changes. Perhaps also compiler changes, but I don't know yet. See this HN post for more discussion. |
Awesome. Thanks @aykevl. 😄 |
See #45. |
Oh Wow! @aykevl You are awesome. 😁 |
Fix typo "-gnore" -> "-ignore" in manpage
@aykevl Out of curiosity, are you familiar with WebAssembly (wasm)?
Kind of wondering how feasible it would be, to add wasm as a target for TinyGo compilation.
With TinyGo generating to LLVM, and LLVM able to compile wasm... could that be a useful avenue to explore for golang/go#27766 ?
The text was updated successfully, but these errors were encountered: