-
Notifications
You must be signed in to change notification settings - Fork 267
/
wasm-targets.json
54 lines (54 loc) · 1.51 KB
/
wasm-targets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"package": "tutorial1-window",
"out": "docs/.vuepress/components/wasm/tutorial1_window"
},
{
"package": "tutorial2-surface",
"out": "docs/.vuepress/components/wasm/tutorial2_surface"
},
{
"package": "tutorial3-pipeline",
"out": "docs/.vuepress/components/wasm/tutorial3_pipeline"
},
{
"package": "tutorial4-buffer",
"out": "docs/.vuepress/components/wasm/tutorial4_buffer"
},
{
"package": "tutorial5-textures",
"out": "docs/.vuepress/components/wasm/tutorial5_textures"
},
{
"package": "tutorial6-uniforms",
"out": "docs/.vuepress/components/wasm/tutorial6_uniforms"
},
{
"package": "tutorial7-instancing",
"out": "docs/.vuepress/components/wasm/tutorial7_instancing"
},
{
"package": "tutorial8-depth",
"out": "docs/.vuepress/components/wasm/tutorial8_depth"
},
{
"package": "tutorial9-models",
"out": "docs/.vuepress/components/wasm/tutorial9_models"
},
{
"package": "tutorial10-lighting",
"out": "docs/.vuepress/components/wasm/tutorial10_lighting"
},
{
"package": "tutorial11-normals",
"out": "docs/.vuepress/components/wasm/tutorial11_normals"
},
{
"package": "tutorial12-camera",
"out": "docs/.vuepress/components/wasm/tutorial12_camera"
},
{
"package": "tutorial13-hdr",
"out": "docs/.vuepress/components/wasm/tutorial13_hdr"
}
]