You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@ GopherJS - A transpiler from Go to JavaScript
2
2
---------------------------------------------
3
3
4
4
### 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.
6
6
7
7
### 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:
9
9
10
10
- implicit panics (division by zero, etc.)
11
11
- exact runtime type assertions for compound types without a name
12
12
- reflection
13
13
- goroutines, channels, select
14
14
- goto
15
15
16
-
### Derivations from Go specification
16
+
### Deviations from Go specification
17
17
Some tradeoffs have to be made in order to avoid huge performance impacts. Please get in contact if those are deal breakers for you.
18
18
19
19
- int32, uint32, int64 and uint64 have emulated overflow, all other integer types do not
0 commit comments