| Crates.io | rasi-default |
| lib.rs | rasi-default |
| version | 0.1.11 |
| created_at | 2024-03-05 05:53:54.171603+00 |
| updated_at | 2024-03-15 03:25:01.745315+00 |
| description | a reference implementation of RASI syscalls |
| homepage | |
| repository | https://github.com/HalaOS/RASI.git |
| max_upload_size | |
| id | 1162700 |
| size | 55,706 |
This crate is a reference implementation of the rasi syscalls.
The implementations of Network syscall and Timer syscall are based on mio;
The implementation of Executor syscall is based on futures thread pool;
The implementation of FileSystem syscall is a wrapper of std::fs.