Skip to content

Commit 0b995da

Browse files
committed
CI: fix effects with wasmoo
1 parent a79fb93 commit 0b995da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dune

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
(:standard --enable effects))
1313
(build_runtime_flags
1414
(:standard --enable effects)))
15+
(wasm_of_ocaml
16+
(compilation_mode separate)
17+
(flags
18+
(:standard --enable effects))
19+
(build_runtime_flags
20+
(:standard --enable effects)))
1521
(binaries
1622
(tools/node_wrapper.exe as node)
1723
(tools/node_wrapper.exe as node.exe)))

0 commit comments

Comments
 (0)