Skip to content

Commit

Permalink
CI: fix effects with wasmoo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 12, 2024
1 parent 950b56a commit 61bf93b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
(:standard --enable effects))
(build_runtime_flags
(:standard --enable effects)))
(wasm_of_ocaml
(compilation_mode separate)
(flags
(:standard --enable effects))
(build_runtime_flags
(:standard --enable effects)))
(binaries
(tools/node_wrapper.exe as node)
(tools/node_wrapper.exe as node.exe)))
Expand Down

0 comments on commit 61bf93b

Please sign in to comment.