Tidy up a comment.
This commit is contained in:
@@ -117,10 +117,8 @@ impl<'module_environment> FuncEnvironment<'module_environment> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This trait is useful for
|
/// This trait is useful for `translate_module` because it tells how to translate
|
||||||
/// `cranelift_wasm::translate_module` because it
|
/// enironment-dependent wasm instructions. These functions should not be called by the user.
|
||||||
/// tells how to translate enironment-dependent wasm instructions. These functions should not be
|
|
||||||
/// called by the user.
|
|
||||||
impl<'data, 'module> cranelift_wasm::ModuleEnvironment<'data>
|
impl<'data, 'module> cranelift_wasm::ModuleEnvironment<'data>
|
||||||
for ModuleEnvironment<'data, 'module>
|
for ModuleEnvironment<'data, 'module>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user