Move hostcalls impl into separate module

This commit is contained in:
Jakub Konka
2019-07-22 19:42:16 +02:00
committed by Dan Gohman
parent c4704ba573
commit 7f0219e6d0
8 changed files with 1569 additions and 1720 deletions

View File

@@ -22,7 +22,10 @@
mod ctx;
mod fdentry;
mod hostcalls_impl;
mod sys;
#[macro_use]
mod macros;
pub mod host;
pub mod hostcalls;