-
Notifications
You must be signed in to change notification settings - Fork 909
Roadmap
Ayke edited this page Nov 26, 2019
·
4 revisions
Also see the wishlist for features more distant in the future.
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.