Skip to content

fuxiaohei/runtime-land

Repository files navigation

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.