dave / jsgo

GopherJS compiler, serving framework and CDN.
https://jsgo.io/<path>
MIT License
269 stars 11 forks source link

playground: 'runtime not found' error #9

Closed hajimehoshi closed 6 years ago

hajimehoshi commented 6 years ago

https://jsgo.io/dave/jsgo/playground#50da9bc755bcb33603cf45c32d7d66214d2bbb20

Executed an almost empty Go program.

dave commented 6 years ago

Yeah it probably needs the runtime, but without any imports it probably doesn't bother going to the server to pick up dependencies. This should be an easy fix.

dave commented 6 years ago

Fixed!