; Don't build the JS compiler by default as it slows down CI considerably.

(executables
 (names jsoo_playground_main)
 (modes js wasm)
 (enabled_if
  (= %{profile} browser))
 (flags
  (:standard -w +a-4-9-40-42-44-45))
 (libraries core syntax ml js_of_ocaml))
