[go-nuts] Re: Go WebAssembly(wasm) testing fails - fatal error: unexpected signal during runtime execution

2019-11-14 Thread mihai barbulescu
the code which causes this crash ? > - Which Go version are you using ? > - Are you testing this in the browser or in Node ? Please give details of > either. > > > > On Thursday, 14 November 2019 18:52:49 UTC+5:30, mihai barbulescu wrote: >> >> I'm building a client-

[go-nuts] Re: wasm - Browser gets stuck due memory usage

2019-11-10 Thread mihai barbulescu
It seems in the end the issue was actually a deadlock in the event loop. I fixed it by spawning go routines on all the functions interacting with the dom. --- > > I'm trying to build a web/client app using Go (compiled to wasm). The > issue is that the browser(both