Skip to content

Commit 7f793d8

Browse files
committed
Added more to roadmap.
1 parent d23eca1 commit 7f793d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ GopherJS - A transpiler from Go to JavaScript
44
### What is supported?
55
GopherJS is able to turn itself (and all packages it uses) into pure JavaScript code that runs in all major browsers. This suggests a quite good coverage of Go's specification. However, there are some known exceptions listed below and some unknown exceptions that I would love to hear about when you find them.
66

7-
### Not yet supported
7+
### Roadmap
88
These features are not implemented yet, but on the roadmap:
99

1010
- implicit panics (division by zero, etc.)
1111
- exact runtime type assertions for compound types without a name
1212
- reflection
1313
- goroutines, channels, select
1414
- goto
15+
- output minification
16+
- source maps
1517

1618
### Deviations from Go specification
1719
Some tradeoffs have to be made in order to avoid huge performance impacts. Please get in contact if those are deal breakers for you.

0 commit comments

Comments
 (0)