runtime.land is a serverless platform for running webassembly (wasm) functions. It supports multiple languages, and is designed to be easy to use, and easy to deploy. It provides:
land-cli
: a command line interface for deploying and managing functionsland-runtime
: a runner for executing functionsland-server
: a server for managing functionsThis is an experimental project, and is not ready for production use.
TODO
TODO
TODO
TODO
use sea-orm to create model:
bash
sea-orm-cli generate entity -u=mysql://root:@localhost/land-serverless -o crates/core/src/model
use protoc to generate grpc-web code:
```bash
brew install protobuf npm install -g protoc-gen-js protoc-gen-grpc-web
protoc -I crates/rpc --jsout=importstyle=commonjs:web/src/api --grpc-webout=importstyle=commonjs,mode=grpcweb:web/src/api crates/rpc/proto/land-rpc.proto ```
We'd also love to hear from you. Feel free to open an issue on GitHub with your questions, feedback, or suggestions!