mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-20 18:49:50 +00:00
Fix Wasm backend compile error in Web REPL build
This commit is contained in:
parent
eb76ec4e90
commit
a2f4d418bb
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue