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

tiny-go based compilation #3

Open
winwisely99 opened this issue Feb 12, 2020 · 1 comment
Open

tiny-go based compilation #3

winwisely99 opened this issue Feb 12, 2020 · 1 comment

Comments

@winwisely99
Copy link

winwisely99 commented Feb 12, 2020

https://github.com/tinygo-org/tinygo

It supports WASM: https://github.com/tinygo-org/tinygo-site/blob/master/content/webassembly/webassembly.md

Now supported by the golang team: https://dev.to/koddr/tinygo-is-now-officially-a-google-sponsored-project-3lba

SO wondering if this approach has been tried as it provides much faster and smaller code than the standard go WASM compiler

@lucklove
Copy link
Collaborator

We have tried tiny-go before we try standard go, but unfortunately, it doesn't work since tinygo doesn't implement some base libraries(most of them are about encoding or decoding). We wish in the soon future we can compile tidb with tinygo.

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