Skip to content

Commit

Permalink
TEST: updated dune support
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Jul 3, 2024
1 parent 336b888 commit f692e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- name: Pin dune
run: |
opam pin add -n dune.3.13 https://github.com/ocaml-wasm/dune.git#wasm-separate-compilation-v2
opam pin add -n dune.3.13 https://github.com/ocaml-wasm/dune.git#wasm_of_ocaml-incremental
- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
Expand Down
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
(tools/node_wrapper.sh as node))
(js_of_ocaml
(compilation_mode separate)
(targets wasm)))
(submodes wasm)))
(wasm-effects
(binaries
(tools/node_wrapper.sh as node))
(js_of_ocaml
(compilation_mode separate)
(flags
(:standard --enable effects))
(targets wasm)))
(submodes wasm)))
(bench_no_debug
(flags
(:standard \ -g))
Expand Down

0 comments on commit f692e7d

Please sign in to comment.