Update a stale comment.

This commit is contained in:
Dan Gohman
2017-10-19 13:49:36 -07:00
parent d3077acf1c
commit f5e4058eb8

View File

@@ -1,8 +1,6 @@
//! CLI tool to use the functions provided by the [cretonne-wasm](../cton_wasm/index.html) crate. //! CLI tool to use the functions provided by the [cretonne-wasm](../cton_wasm/index.html) crate.
//! //!
//! Reads Wasm binary files (one Wasm module per file), translates the functions' code to Cretonne //! Reads Wasm binary files, translates the functions' code to Cretonne IL.
//! IL. Can also executes the `start` function of the module by laying out the memories, globals
//! and tables, then emitting the translated code with hardcoded addresses to memory.
use cton_wasm::{translate_module, DummyEnvironment, ModuleEnvironment}; use cton_wasm::{translate_module, DummyEnvironment, ModuleEnvironment};
use std::path::PathBuf; use std::path::PathBuf;