Skip to content

Commit

Permalink
Enforce Binaryen 118 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jul 19, 2024
1 parent 1f38221 commit 3ef1eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/wasm/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(system
"which wasm-merge > /dev/null || (echo 'Error: Binaryen tools not found in the PATH'; false)")
(system
"wasm-merge --version | grep -q 'version \\(11[789]\\|1[2-9][0-9]\\)' || (echo 'Error: Binaryen version 117 or greater is currently required'; false)")
"wasm-merge --version | grep -q 'version \\(11[89]\\|1[2-9][0-9]\\)' || (echo 'Error: Binaryen version 118 or greater is currently required'; false)")
(pipe-stdout
(run
wasm-merge
Expand Down

0 comments on commit 3ef1eff

Please sign in to comment.