Documentation and style in runtime

This commit is contained in:
Brandon Fish
2019-01-19 01:03:07 -06:00
parent 6cf68d63ac
commit 3d65656f85
4 changed files with 5 additions and 4 deletions

View File

@ -31,7 +31,7 @@ pub use self::instance::Instance;
pub use self::module::Module;
use std::rc::Rc;
/// Compile a webassembly module using the provided compiler.
/// Compile a WebAssembly module using the provided compiler.
pub fn compile(wasm: &[u8], compiler: &dyn backend::Compiler) -> CompileResult<module::Module> {
compiler
.compile(wasm)