Skip to content

Commit

Permalink
chore(parser): add comment for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Dec 17, 2024
1 parent 849d873 commit 7e1ea85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/parser/src/parser/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub(super) fn module(input: &mut Input) -> GreenResult {
}
node(MODULE, children)
}),
// wabt allows top-level module fields
(
module_field,
repeat::<_, _, Vec<_>, _, _>(0.., retry_once(module_field, [])),
Expand Down

0 comments on commit 7e1ea85

Please sign in to comment.