Elaborate on some comments.

This commit is contained in:
Dan Gohman
2018-08-03 14:55:01 -07:00
parent a044f58cea
commit 8bd1b877ef

View File

@@ -1,4 +1,5 @@
//! "Dummy" environment for testing wasm translation.
//! "Dummy" implementations of `ModuleEnvironment` and `FuncEnvironment` for testing
//! wasm translation.
use cranelift_codegen::cursor::FuncCursor;
use cranelift_codegen::ir::immediates::Imm64;