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/
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
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
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