Skip to content

Roadmap

Ayke edited this page Nov 26, 2019 · 4 revisions

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:

  1. Try to use a package you want to see supported.
  2. See what language feature or stdlib feature is not implemented yet.
  3. Add support for it in TinyGo, possibly stubbing it out for now.
  4. Does the package compile? Great, you're done (if it also runs correctly). If not, repeat from step 1.
Clone this wiki locally