DelayNoMore/jsexport
2022-12-23 17:31:04 +08:00
..
models Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
protos Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
go.mod Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
go.sum Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
index.html Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
jsexport.js Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
jsexport.js.map Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
main.go Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
Makefile Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00
README.md Initial trial and error draft of using gopherjs. 2022-12-23 17:31:04 +08:00

GopherJs is supposed to be run by go run.

If on-the-fly compilation is needed, run gopherjs serve jsexport and then visit http://localhost:8080/jsexport.js -- if 404 not found is responded, run gopherjs build to check syntax errors.

See the Makefile for more options.