gopherjs icon indicating copy to clipboard operation
gopherjs copied to clipboard

A compiler from Go to JavaScript for running Go code in a browser

Results 5 gopherjs issues
Sort by recently updated
recently updated
newest added

This is an initial cut of 1.13 support. internal/reflectlite is a new package in Go 1.13 that presents a subset of the API of reflect. internal/reflectlite support has been added...

For module support, GopherJS needs to use the `go` tool under the hood (strictly speaking we could sit GopherJS atop [`go/packages`](https://godoc.org/golang.org/x/tools/go/packages) to make it build tool agnostic, but we haven't...

Given the `testscript`: ``` env HOME=$WORK/home mkdir $HOME env GOPATH=$WORK/go go mod edit -require=github.com/gopherjs/[email protected] -replace=github.com/gopherjs/gopherjs=$SELF go mod download # go ! go test # gopherjs ! gopherjs test -- go.mod...

bug