-
Is it possible to not compile code into `global` but to an object the user can supply?
I am imagining something like
```js
// xxx.js
// Instead of doing
(function() { // ... GopherJS Code })(th…
-
```
D:\Projects\Code\Go\src\zyl\audtest2>go version
go version go1.12.7 windows/amd64
D:\Projects\Code\Go\src\zyl\audtest2>echo %GO111MODULE%
D:\Projects\Code\Go\src\zyl\audtest2>go version
g…
-
I've written up the following sample: https://gopherjs.github.io/playground/#/E0gNDwWBLP
My analysis of the issue is that if the first field of a struct is an anonymous field, gopherJS tries to do …
-
```go
package main
import (
"github.com/gopherjs/gopherjs/js"
)
func main() {
ch := make(chan int)
c := js.MakeFunc(func(this *js.Object, args []*js.Object) interfac…
-
When visiting the `gopherjs serve` main page, Chrome seems to think the page is in Italian:
![image](https://cloud.githubusercontent.com/assets/3173176/21633980/f488b91c-d210-11e6-8bb6-5da5452a121e…
-
Hello,
Thank you for providing the WASM version of mvdan-sh. Is there a way to obtain the node type?
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
Is this console package still being supported? Is there a different preferred way to generalize console access in gopherjs? There is the start to a Writer type at the end that doesn't look like it was…
-
I have written my web app entirely using vecty & gopherjs. It connects via websockets/rpc to a backend server. So far, the experience has been quite satisfying.
I have the need to reset a few data…
-
[Here's the backstory.](https://github.com/blevesearch/bleve/issues/667)
Let's say you have a static web site and you want to provide a search via a pre-populated search index. So you write a litt…