land-sdk
land-sdk provides api for Runtime.land to run faas function project with http trigger.
Usage
Add this to your Cargo.toml:
[]
= "rust-hello-world"
= "0.1.0"
= "2021"
[]
= "1.0.75"
= "0.2.9"
= "0.1.4"
# wit-component > 0.14.5 is not compatible with wit-bindgen 0.12.0
= "= 0.14.5"
= "0.12.0"
[]
= ["cdylib"] # target wasm32-wasi
Example
use ;
use http_main;
License
Apache-2.0