Fix formatting

This commit is contained in:
Lachlan Sneff
2019-01-12 17:53:17 -05:00
parent a983e9ce8b
commit f08f49fa38
67 changed files with 74127 additions and 15984 deletions

View File

@ -4,17 +4,17 @@ extern crate field_offset;
#[macro_use]
mod macros;
pub mod backend;
mod backing;
pub mod export;
pub mod import;
mod instance;
pub mod memory;
mod mmap;
pub mod module;
mod recovery;
mod sig_registry;
mod sighandler;
pub mod backend;
pub mod export;
pub mod import;
pub mod module;
pub mod memory;
pub mod table;
pub mod types;
pub mod vm;