Skip to content

Commit bee45a3

Browse files
committed
WIP
1 parent be9ab44 commit bee45a3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

runtime/wasm/dune

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
args
5555
(glob_files *.wat))
5656
(action
57-
(progn
58-
(bash
59-
"which wasm-merge > /dev/null || (echo 'Error: Binaryen tools not found in the PATH'; false)")
60-
(bash
61-
"wasm-merge --version | grep -q 'version \\(11[89]\\|1[2-9][0-9]\\)' || (echo 'Error: Binaryen version 118 or greater is currently required'; false)")
6257
(run
6358
wasm-merge
6459
-g
@@ -71,7 +66,7 @@
7166
--enable-bulk-memory
7267
%{read-lines:args}
7368
-o
74-
%{target}))))
69+
%{target})))
7570

7671
(rule
7772
(target args)

0 commit comments

Comments
 (0)