Skip to content

Commit a674995

Browse files
committed
fixup! WASI runtime
1 parent fc7aff9 commit a674995

File tree

2 files changed

+2
-2
lines changed
  • compiler/tests-ocaml

2 files changed

+2
-2
lines changed

compiler/tests-ocaml/effect-syntax/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(wasi
55
(wasm_of_ocaml
66
(flags
7-
(:standard --enable=effects))))
7+
(:standard --effects cps))))
88
(_
99
(js_of_ocaml
1010
(flags

compiler/tests-ocaml/effects/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(wasi
55
(wasm_of_ocaml
66
(flags
7-
(:standard --enable=effects))))
7+
(:standard --effects cps))))
88
(_
99
(js_of_ocaml
1010
(flags

0 commit comments

Comments
 (0)