Skip to content

Commit

Permalink
Fix Wasm backend compile error in Web REPL build
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-carroll committed Nov 6, 2023
1 parent eb76ec4 commit a2f4d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/gen_wasm/src/code_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub struct CodeBuilder<'a> {
import_relocations: Vec<'a, (usize, u32)>,

/// Keep track of which local variables have been set
set_locals: BitVec<u64>,
set_locals: BitVec<u32>,
}

#[allow(clippy::new_without_default)]
Expand Down

0 comments on commit a2f4d41

Please sign in to comment.