mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 20:51:32 +00:00
Fix formatting
This commit is contained in:
@ -25,10 +25,10 @@ pub mod vm;
|
||||
pub mod vmcalls;
|
||||
|
||||
use self::error::CompileResult;
|
||||
pub use self::error::Result;
|
||||
pub use self::instance::Instance;
|
||||
#[doc(inline)]
|
||||
pub use self::module::Module;
|
||||
pub use self::error::Result;
|
||||
use std::rc::Rc;
|
||||
|
||||
/// Compile a webassembly module using the provided compiler.
|
||||
|
Reference in New Issue
Block a user