Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Sep 16, 2024
1 parent dd01986 commit ab2525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/wasm/wa_link.ml
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ let link ~output_file ~linkall ~enable_source_maps ~files =
let generated_js =
List.concat
@@ List.map files ~f:(fun (_, (_, units)) ->
List.map units ~f:(fun { unit_name; unit_info; strings; fragments } ->
List.map units ~f:(fun { unit_name; strings; fragments; _ } ->
Some unit_name, (strings, fragments)))
in
let runtime_args =
Expand Down

0 comments on commit ab2525d

Please sign in to comment.