We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5479f7 commit 499bbdeCopy full SHA for 499bbde
smart_ir/src/linker/wasm.rs
@@ -208,7 +208,7 @@ pub fn link(
208
// remove empty initializers
209
if let Some(data_section) = module.data_section_mut() {
210
let _entries = data_section.entries_mut();
211
- // TODO: can't rm the entries directly when mulitple modules
+ // TODO: can't rm the entries directly when multiple modules
212
// let mut index = 0;
213
// while index < entries.len() {
214
// if entries[index].value().iter().all(|b| *b == 0) {
0 commit comments