Skip to content

Commit d23eca1

Browse files
committed
Fixed README.
1 parent e4004be commit d23eca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ GopherJS - A transpiler from Go to JavaScript
22
---------------------------------------------
33

44
### What is supported?
5-
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 some.
5+
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

77
### Not yet supported
8-
Those features are not implemented yet, but on the roadmap:
8+
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
1515

16-
### Derivations from Go specification
16+
### Deviations from Go specification
1717
Some tradeoffs have to be made in order to avoid huge performance impacts. Please get in contact if those are deal breakers for you.
1818

1919
- int32, uint32, int64 and uint64 have emulated overflow, all other integer types do not

0 commit comments

Comments
 (0)