fuxiaohei / runtime-land

A tiny Function as a Service (FaaS) platform by WebAssembly

Home Page:https://runtime.land

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime.land

Runtime.land is a function-as-a-service platform that allows you to run your code in the cloud. It runs in sandboxed environments based on WebAssembly, which means that you can run code in any language that compiles to WebAssembly. It is designed to be fast, secure, and easy to use.

Current Status (Alpha)

Runtime.land is in alpha stage and NOT READY for production use. We are working on the platform and adding new features.

If you want to try it out, you can sign up from developer dashboard https://dev.runtime.land.

Features

  • Fast: use WebAssembly to approach native performance.
  • Secure: runs your code in a sandboxed environment.
  • Cloud: runs your code in the cloud.

Language Support

Runtime.land is working on adding support for multiple languages. Currently, we support the following languages:

Language SDK Status Features
Rust land-sdk HTTP Trigger, HTTP Router, Fetch HTTP request
JavaScript runtime-land-js Fetch API with Request/Response
Base64 Encoding
TextEncoding
Web Streams
Golang planning
Python planning

License

Runtime.land is licensed under the Apache 2.0 License. See LICENSE for the full license text.

Acknowledgments

  • Based on Wasmtime to run WebAssembly.
  • Use zeabur.com to deploy the dashbord.
  • Use Cloudflare to make custom domain avaiable and routing edge machines.

About

A tiny Function as a Service (FaaS) platform by WebAssembly

https://runtime.land

License:Apache License 2.0


Languages

Language:Rust 75.6%Language:Handlebars 22.2%Language:JavaScript 1.0%Language:CSS 0.7%Language:Shell 0.3%Language:Dockerfile 0.2%