diff --git a/lib/wasm/src/code_translator.rs b/lib/wasm/src/code_translator.rs index 9b2f62777b..3c615568ca 100644 --- a/lib/wasm/src/code_translator.rs +++ b/lib/wasm/src/code_translator.rs @@ -417,7 +417,6 @@ pub fn translate_operator( /******************************* Load instructions *********************************** * Wasm specifies an integer alignment flag but we drop it in Cranelift. * The memory base address is provided by the environment. - * TODO: differentiate between 32 bit and 64 bit architecture, to put the uextend or not ************************************************************************************/ Operator::I32Load8U { memarg: MemoryImmediate { flags: _, offset }, @@ -492,7 +491,6 @@ pub fn translate_operator( /****************************** Store instructions *********************************** * Wasm specifies an integer alignment flag but we drop it in Cranelift. * The memory base address is provided by the environment. - * TODO: differentiate between 32 bit and 64 bit architecture, to put the uextend or not ************************************************************************************/ Operator::I32Store { memarg: MemoryImmediate { flags: _, offset },