You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: