rasi-default
This crate is a reference implementation of the rasi syscalls.
-
The implementations of
Networksyscall andTimersyscall are based onmio; -
The implementation of
Executorsyscall is based onfutures thread pool; -
The implementation of
FileSystemsyscall is a wrapper ofstd::fs.