hyperlight-dev / hyperlight-dev/hyperlight

Feature request - native sandbox function call

未关闭
#424 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
area/API lifecycle/confirmed
主要语言
Rust
星标
4.7k
派生
208
平均合并
1 天 7 小时
30 天内合并 PR
47

描述

I feel like making one binary that maps COW to both host and guest would be cool, that way the sandboxed function can be compiled to the same binary and a call to the function can be done in a native way without a string name but rather by:
```
#[sandboxed]
fn calculate(){}
guest.call(calculate)
```

How does that sound?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。