hyperlight-dev / hyperlight-dev/hyperlight

Feature request - native sandbox function call

Open
#424 3 comments 0 reactions 0 assignees View on GitHub
area/API lifecycle/confirmed
Dominant language
Rust
Stars
4.7k
Forks
208
Avg merge
1d 7h
Merged PRs (30d)
47

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.