39 lines
676 B
JSON
39 lines
676 B
JSON
|
|
{
|
||
|
|
"worlds": [
|
||
|
|
{
|
||
|
|
"name": "greeter",
|
||
|
|
"imports": {
|
||
|
|
"greet": {
|
||
|
|
"function": {
|
||
|
|
"name": "greet",
|
||
|
|
"kind": "freestanding",
|
||
|
|
"params": [],
|
||
|
|
"result": "string"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exports": {
|
||
|
|
"greet": {
|
||
|
|
"function": {
|
||
|
|
"name": "greet",
|
||
|
|
"kind": "freestanding",
|
||
|
|
"params": [],
|
||
|
|
"result": "string"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"package": 0
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"interfaces": [],
|
||
|
|
"types": [],
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "demo:greeter",
|
||
|
|
"interfaces": {},
|
||
|
|
"worlds": {
|
||
|
|
"greeter": 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|