[go-nuts] Re: CompileError: AsyncCompile: Wasm decoding failed

2019-04-07 Thread Jon Killebrew
that seemed to work. After publishing the files the "Hello world" program is being called on the page. Hope this helps someone else. On Sunday, April 7, 2019 at 1:10:13 AM UTC-5, Jon Killebrew wrote: > > Having issues getting WebAssembly (example at > https://github.com/golang/

[go-nuts] CompileError: AsyncCompile: Wasm decoding failed

2019-04-06 Thread Jon Killebrew
Having issues getting WebAssembly (example at https://github.com/golang/go/wiki/WebAssembly). I am running a test website on the Google App Engine, and the website is running on Go. I created all the objects according to the documentation provided on the page. Now, I'm getting this error wh

[go-nuts] Re: Help wanted - ReferenceError: Go is not defined error

2019-04-06 Thread jon . killebrew
Solved! Thank you so much, can't believe I missed that. On Saturday, April 6, 2019 at 2:12:45 PM UTC-5, Agniva De Sarker wrote: > > Remove the async attribute from your script tag. > > On Saturday, 6 April 2019 23:38:17 UTC+5:30, jon.ki...@gmail.com wrote: >> >> I am new to Go programming. I s

[go-nuts] Help wanted - ReferenceError: Go is not defined error

2019-04-06 Thread jon . killebrew
I am new to Go programming. I stumbled across a project for using WeAssembly at https://github.com/golang/go/wiki/WebAssembly and decided to give it a try. So I'm running a test website on the Google App Engine, and the website is running on Go. I created all the objects according to the doc