mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
Defer for trivial cases
This commit is contained in:
+2
-1
@@ -47,12 +47,13 @@ Currently supported features:
|
||||
features)
|
||||
* slices (partially)
|
||||
* maps (very rough, unfinished)
|
||||
* defer (only in trivial cases)
|
||||
|
||||
Not yet supported:
|
||||
|
||||
* complex numbers
|
||||
* garbage collection
|
||||
* defer
|
||||
* recover
|
||||
* closures
|
||||
* channels
|
||||
* introspection (if it ever gets implemented)
|
||||
|
||||
Reference in New Issue
Block a user