Skip to content

occlum/sgx_aio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux AIO Bindings Generator with SGX OCall Support

This project provides a build.rs script to generate Rust FFI bindings specifically for Linux AIO (Asynchronous I/O) system calls, with Intel SGX support for OCalls.

Usage

  • By default, the build script does nothing.
  • To generate bindings for AIO and related system calls, build with the bindgen feature:
cargo build --features bindgen
  • To overwrite bindings into the repository (e.g., src/sys/mod.rs), also enable the overwrite feature:
cargo build --features "bindgen overwrite"

About

The AIO library for Occlum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages