-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwasm-dependencies.json
More file actions
52 lines (52 loc) · 950 Bytes
/
wasm-dependencies.json
File metadata and controls
52 lines (52 loc) · 950 Bytes
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
{
"wasm:pixman": {
"version": "^0.43.0",
"symbols": {
"required": [
"pixman_image_create_bits",
"pixman_image_composite",
"pixman_image_unref"
]
},
"loading": "eager",
"fallback": null
},
"wasm:freetype": {
"version": "^2.13.0",
"symbols": {
"required": [
"FT_Init_FreeType",
"FT_New_Face",
"FT_Load_Glyph",
"FT_Done_Face"
]
},
"loading": "lazy",
"fallback": null
},
"wasm:fontconfig": {
"version": "^2.15.0",
"symbols": {
"required": [
"FcInit",
"FcConfigGetCurrent",
"FcPatternCreate",
"FcPatternDestroy"
]
},
"loading": "lazy",
"fallback": null
},
"wasm:glib": {
"version": "^2.78.0",
"symbols": {
"required": [
"g_malloc",
"g_free",
"g_strdup"
]
},
"loading": "eager",
"fallback": null
}
}