Generate raylib.js with emscripten

This commit is contained in:
Milan Nikolic 2017-12-08 01:08:50 +01:00
parent 9ddb7731e9
commit 6de595f396
2 changed files with 18 additions and 0 deletions

13
raylib/external/scripts/emcc-generate-js.sh vendored Executable file

File diff suppressed because one or more lines are too long

5
raylib/raylib_js.go Normal file
View file

@ -0,0 +1,5 @@
// +build js
//go:generate ./external/scripts/emcc-generate-js.sh
package raylib