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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"docs": [],
"directive": {
"package": {
"string": "test:comp",
"name": "test:comp",
"version": null,
"span": {
"offset": 8,
"length": 9
}
}
},
"statements": [
{
"Type": {
"interface": {
"docs": [],
"id": {
"string": "my-handler",
"span": {
"offset": 30,
"length": 10
}
},
"items": [
{
"use": {
"docs": [],
"path": {
"package": {
"span": {
"offset": 51,
"length": 21
},
"string": "wasi:http/types@0.2.0",
"name": "wasi:http",
"segments": "types",
"version": "0.2.0"
}
},
"items": [
{
"id": {
"string": "incoming-request",
"span": {
"offset": 74,
"length": 16
}
},
"asId": null
},
{
"id": {
"string": "response-outparam",
"span": {
"offset": 92,
"length": 17
}
},
"asId": null
}
]
}
},
{
"export": {
"docs": [],
"id": {
"string": "handle",
"span": {
"offset": 116,
"length": 6
}
},
"ty": {
"func": {
"params": [
{
"id": {
"string": "request",
"span": {
"offset": 129,
"length": 7
}
},
"ty": {
"ident": {
"string": "incoming-request",
"span": {
"offset": 138,
"length": 16
}
}
}
},
{
"id": {
"string": "response-out",
"span": {
"offset": 156,
"length": 12
}
},
"ty": {
"ident": {
"string": "response-outparam",
"span": {
"offset": 170,
"length": 17
}
}
}
}
],
"results": "empty"
}
}
}
}
]
}
}
}
]
}