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
Also see the wishlist for features more distant in the future.
Standard library
The standard library is already supported, but because some features of Go are not yet fully supported many packages fail to compile. Fixing this is done with the following steps:
Try to use a package you want to see supported.
See what language feature or stdlib feature is not implemented yet.
Add support for it in TinyGo, possibly stubbing it out for now.
Does the package compile? Great, you're done (if it also runs correctly). If not, repeat from step 1.