UNPKG
@webgpu/shaderc
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
github.com/kainino0x/-webgpu-shaderc
kainino0x/-webgpu-shaderc
@webgpu/shaderc
/
Makefile
7 lines
(6 loc)
•
207 B
Plain Text
View Raw
1
2
3
4
5
6
7
dist/index.js: shaderc.js shaderc.wasm index.1.js index.2.js index.3.js Makefile
cat
index.1.js >
$@
base64
-w0 shaderc.wasm >>
$@
cat
index.2.js >>
$@
tail
-c +50 shaderc.js >>
$@
cat
index.3.js >>
$@