GitXplorerGitXplorer
p

decentralized-lambda-runtime

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
a45d7b193cb8947a0cd19d5f605b6245b0945883

Update README.md

ppyropy committed 2 years ago
Unverified
234ad18fd96ae0e7625fd3f10e3fd3f44c0aa4e9

Add README

ppyropy committed 2 years ago
Unverified
4415033722699ea1ce560f0f4eb3e4952bf26949

Move response types to response.rs file

ppyropy committed 2 years ago
Unverified
ea04e275c1b09b0e903811c410e6080b6db22f27

Persist response body

ppyropy committed 2 years ago
Unverified
be544018c64962208c089ddd1967d3ab7ed8bd9c

Initial commit

ppyropy committed 2 years ago

README

The README file for this repository.

Decentralized Lambda Runtime

Goal of this project is to provide runtime framework for writing lambda like functions that can be compiled to WASM and executed on a decentralised network.

This is an early prototype and is currently only adapted to run on the Bacalhau network. In the future other network may be supported as well.

To invoke functions check out the decentralized-lambda-node project.