mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
wasm: comments & renaming
This commit is contained in:
parent
7ccc5ec768
commit
7958158d89
4 changed files with 17 additions and 29 deletions
|
@ -383,8 +383,8 @@ impl<'a> ImportSection<'a> {
|
|||
let mut fn_signatures = bumpalo::vec![in arena];
|
||||
let mut cursor = 0;
|
||||
while cursor < self.bytes.len() {
|
||||
String::skip_bytes(&self.bytes, &mut cursor);
|
||||
String::skip_bytes(&self.bytes, &mut cursor);
|
||||
String::skip_bytes(&self.bytes, &mut cursor); // import namespace
|
||||
String::skip_bytes(&self.bytes, &mut cursor); // import name
|
||||
|
||||
let type_id = ImportTypeId::from(self.bytes[cursor]);
|
||||
cursor += 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue