Correct minor typo in wasmtime.rs doc comment (#568)

This commit is contained in:
Daniel Bevenius
2019-11-14 16:06:30 +01:00
committed by Alex Crichton
parent 1ac86c9451
commit a495418210

View File

@@ -2,7 +2,7 @@
//! crate.
//!
//! Reads Wasm binary files (one Wasm module per file), translates the functions' code to Cranelift
//! IL. Can also executes the `start` function of the module by laying out the memories, globals
//! IL. Can also execute the `start` function of the module by laying out the memories, globals
//! and tables, then emitting the translated code with hardcoded addresses to memory.
#![deny(