Skip to content

Commit c3cac82

Browse files
committed
Regenerate website.
go generate Includes change from gopherjs/gopherjs#538.
1 parent 3599a7f commit c3cac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GopherJS - A compiler from Go to JavaScript
1313
GopherJS compiles Go code ([golang.org](https://golang.org/)) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers. Give GopherJS a try on the [GopherJS Playground](http://gopherjs.github.io/playground/).
1414

1515
### What is supported?
16-
Nearly everything, including Goroutines ([compatibility table](https://github.com/gopherjs/gopherjs/blob/master/doc/packages.md)). Performance is quite good in most cases, see [HTML5 game engine benchmark](https://ajhager.github.io/engi/demos/botmark.html). Cgo is not supported.
16+
Nearly everything, including Goroutines ([compatibility table](https://github.com/gopherjs/gopherjs/blob/master/doc/packages.md)). Performance is quite good in most cases, see [HTML5 game engine benchmark](https://ajhager.github.io/engi/demos/botmark.html). Cgo is not supported. Using a vendored copy of GopherJS is currently not supported, see [#415](https://github.com/gopherjs/gopherjs/issues/415).
1717

1818
### Installation and Usage
1919
Get or update GopherJS and dependencies with:

0 commit comments

Comments
 (0)