DelayNoMore/jsexport
2023-01-18 12:22:12 +08:00
..
battle Misc fixes for UI alignments. 2023-01-18 12:22:12 +08:00
go.mod Optimized jsexport by tailored resolv lib. 2022-12-25 18:44:29 +08:00
go.sum Optimized jsexport by tailored resolv lib. 2022-12-25 18:44:29 +08:00
main.go Drafted bullet explosion data structure. 2023-01-15 17:21:34 +08:00
Makefile Misc fixes for UI alignments. 2023-01-18 12:22:12 +08:00
README.md Updated documentation. 2023-01-07 22:51:06 +08:00

GopherJs is NOT supposed to be run by go run but gopherjs <args> instead.

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.

Kindly note that the sources of the greate opensource projects resolv and vector are copied and modified here to reduce the size of generated js codes, i.e. standard libs fmt, error, pb(including standard libs sync and reflect) are deliberately avoided from scratch.