嵌入 用于协作和扩展的无服务器Web应用程序框架。 有关或阅读内容的更多背景和详细信息 你好世界 创建一个新文件夹并添加以下文件和目录结构: ├── embly.hcl └── hello ├── Cargo.toml └── src └── main.rs 现在添加以下文件内容: embly.hcl : function " hello " { runtime = " rust " path = " ./hello " } gateway { type = " http " port = 8765 route " / " {