mirror of
https://github.com/fluencelabs/examples
synced 2025-03-28 13:51:03 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"services": {
|
|
"hello_world_compute": {
|
|
"dependencies": ["hello_world"],
|
|
"node": "12D3KooWHLxVhUQyAuZe6AHMB29P7wkvTNMn7eDMcsqimJYLKREf"
|
|
}
|
|
},
|
|
"modules": {
|
|
"hello_world_compute": {
|
|
"file": "artifacts/hello_world.wasm",
|
|
"config": {
|
|
"preopened_files": []
|
|
}
|
|
}
|
|
},
|
|
"scripts": {},
|
|
"script_storage": {}
|
|
} |