Generate raylib.js with emscripten
This commit is contained in:
parent
9ddb7731e9
commit
6de595f396
2 changed files with 18 additions and 0 deletions
13
raylib/external/scripts/emcc-generate-js.sh
vendored
Executable file
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
5
raylib/raylib_js.go
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
// +build js
|
||||||
|
|
||||||
|
//go:generate ./external/scripts/emcc-generate-js.sh
|
||||||
|
|
||||||
|
package raylib
|
Loading…
Add table
Add a link
Reference in a new issue