-
Notifications
You must be signed in to change notification settings - Fork 7
/
pdk-templates.json
46 lines (46 loc) · 1.1 KB
/
pdk-templates.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
[
{
"name": "Rust",
"url": "https://github.com/extism/rust-pdk-template"
},
{
"name": "JavaScript",
"url": "https://github.com/extism/js-pdk-template"
},
{
"name": "TypeScript",
"url": "https://github.com/extism/ts-pdk-template"
},
{
"name": "Go",
"url": "https://github.com/extism/go-pdk-template"
},
{
"name": "Python",
"url": "https://github.com/extism/python-pdk-template"
},
{
"name": "Zig",
"url": "https://github.com/extism/zig-pdk-template"
},
{
"name": "C#",
"url": "https://github.com/extism/c-sharp-pdk-template"
},
{
"name": "F#",
"url": "https://github.com/extism/f-sharp-pdk-template"
},
{
"name": "C",
"url": "https://github.com/extism/c-pdk-template"
},
{
"name": "Haskell",
"url": "https://github.com/extism/haskell-pdk-template"
},
{
"name": "AssemblyScript",
"url": "https://github.com/extism/assemblyscript-pdk-template"
}
]