Module shims

Module shims 

Source

Re-exportsยง

pub use self::files::FdTable;
pub use self::native_lib::trace::init_sv;
pub use self::native_lib::trace::register_retcode_sv;
pub use self::unix::DirTable;
pub use self::unix::EpollInterestTable;

Modulesยง

aarch64 ๐Ÿ”’
alloc ๐Ÿ”’
backtrace ๐Ÿ”’
env
extern_static
Provides the extern static that this platform expects.
files ๐Ÿ”’
foreign_items
global_ctor
Implement global constructors.
io_error
native_lib ๐Ÿ”’
Implements calling functions from a native library.
os_str
panic
Helper functions for causing panics.
sig
Everything related to checking the signature of shim invocations.
time
tls
Implement thread-local storage.
unix ๐Ÿ”’
unwind
Unwinding runtime for Miri.
wasi ๐Ÿ”’
windows ๐Ÿ”’
x86 ๐Ÿ”’

Enumsยง

EmulateItemResult
What needs to be done after emulating an item (a shim or an intrinsic) is done.