Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jan 14, 2025
1 parent be9ab44 commit bee45a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions runtime/wasm/dune
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@
args
(glob_files *.wat))
(action
(progn
(bash
"which wasm-merge > /dev/null || (echo 'Error: Binaryen tools not found in the PATH'; false)")
(bash
"wasm-merge --version | grep -q 'version \\(11[89]\\|1[2-9][0-9]\\)' || (echo 'Error: Binaryen version 118 or greater is currently required'; false)")
(run
wasm-merge
-g
Expand All @@ -71,7 +66,7 @@
--enable-bulk-memory
%{read-lines:args}
-o
%{target}))))
%{target})))

(rule
(target args)
Expand Down

0 comments on commit bee45a3

Please sign in to comment.