Re: [go-nuts] Re: WASM persistent storage

2019-05-13 Thread Luis Furquim
Ok! Again, thanks for your attention! On Mon, May 13, 2019 at 12:32 PM Agniva De Sarker < agniva.quicksil...@gmail.com> wrote: > As of now, it is open for anybody to investigate and work on it. Until > then, calling JS is the best way to go. > > -Agniva > > On Monday, 13 May 2019 02:37:16 UTC+2,

[go-nuts] Re: WASM persistent storage

2019-05-13 Thread Agniva De Sarker
As of now, it is open for anybody to investigate and work on it. Until then, calling JS is the best way to go. -Agniva On Monday, 13 May 2019 02:37:16 UTC+2, Luis Furquim wrote: > > Hello Agniva! > > Thanks for the clarification! If I clearly understood the discussion on > that issue, there is

[go-nuts] Re: WASM persistent storage

2019-05-12 Thread Luis Furquim
Hello Agniva! Thanks for the clarification! If I clearly understood the discussion on that issue, there is no current work to implement file I/O nor there are plans to do it in the near future. Do I understand it correctly? If so, the solution should be calling JS to persist the data? Again, t

[go-nuts] Re: WASM persistent storage

2019-05-12 Thread Agniva De Sarker
There is no file I/O in the browser using Go wasm yet. Please see https://github.com/golang/go/issues/26051 On Sunday, 12 May 2019 13:56:49 UTC+2, Luis Furquim wrote: > > Hello, > > Is it possible to persist files when using Golang/WASM on a browser? I > found this page > https://uncovergame.co