You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/src/modules/vm/dispatch.rs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -359,8 +359,7 @@ impl<'a> VM<'a> {
359
359
}
360
360
OpCode::StoreName => {
361
361
self.handle_store(op, slots)?;
362
-
// Mirror entry-chunk stores into `module_state` so functions with `global X` see updates,
363
-
// and mirror Module values into `globals` so `import_module()` finds module aliases.
362
+
// Mirror entry-chunk stores into `module_state` so functions with `global X` see updates, and mirror Module values into `globals` so `import_module()` finds module aliases.
0 commit comments