(tests
 (names gh38 gh46 gh107 gh112 gh1904 gh2034)
 (modes js wasm)
 (js_of_ocaml
  (flags :standard --disable optcall --no-inline))
 (wasm_of_ocaml
  (flags :standard --disable optcall --no-inline)))

(tests
 (names gh2093)
 (modes wasm)
 (enabled_if
  (>= %{ocaml_version} 5))
 (wasm_of_ocaml
  (compilation_mode whole_program)
  (flags :standard)))
