Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: samrose <samuel@supabase.com>

Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
  • Loading branch information
samrose and jprendes committed Nov 8, 2024
1 parent 81383ef commit e9c0d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ These micro VMs operate without a kernel or operating system, keeping overhead l

By default, Hyperlight restricts guest access to a minimal API. The only _host function_ available by default allows the guest to print messages, which are displayed on the host console or redirected to stdout, as configured. Hosts can choose to expose additional host functions, expanding the guest’s capabilities as needed.

Below is an ex
ple demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application and an example of a simple guest application using the Hyperlight guest library in also written in Rust.
Below is an example demonstrating the use of the Hyperlight host library in Rust to execute a simple guest application and an example of a simple guest application using the Hyperlight guest library in also written in Rust.

### Host

Expand Down

0 comments on commit e9c0d26

Please sign in to comment.