(env
 (with-effects-double-translation)
 (with-effects)
 (_
  (js_of_ocaml
   (flags
    (:standard --effects cps)))))

(tests
 (names
  coroutines
  iterators
  shallow2deep
  resume_exn
  test1
  test2
  test3
  test4
  test5
  test6
  test10
  test11
  tutorial)
 (build_if
  (>= %{ocaml_version} 5.3))
 (modes js wasm))
