Bruno Franca dos Reis
Bruno Franca dos Reis
I just got the exact same error. Nothing out of the ordinary seem to have happened right before, at least not according to my logs - I'm logging every state...
👋 @mbertschler, @kargakis Hey folks, pinging you as I see you merged some PRs recently :) I have some code commented in tests just waiting for this to get merged....
There seems to be something wrong with the Web Assembly target. Here's what I'm getting: ``` $ GOOS=js GOARCH=wasm go build # github.com/engoengine/math /Users/bfreis/go/pkg/mod/github.com/engoengine/[email protected]/sin.go:65:6: missing function body /Users/bfreis/go/pkg/mod/github.com/engoengine/[email protected]/sin.go:122:6: missing function...
Fabulous, it is indeed working now with HEAD! A question about the Wasm build - is there currently a way to control which `` element Engo uses to display content?...
Hmmm, actually there seems to be a problem. I quickly assumed it was working as I noticed the WASM file had built. But when I run, this happens: ``` goroutine...
Weird, I tried on GopherJS and it doesn't seem to work either. It builds the JS file, but when I try to run it I get the same error. I'm...
What I was trying to run was really just a `main` function calling `engo.Run` to create an empty window, and no other dependencies. The code I was testing didn't have...
It's working for me, too! Thanks.
Hi. The doc pages regarding this issue are still out of date, as of Jan/2020. I spent an unreasonable amount of time trying to figure out what I was doing...
@alexflint — please let me know your thoughts. Thanks!