(tests
 (names io)
 (modes js wasm)
 ;; Sys.command not available
 (enabled_if
  (and
   (<> %{profile} wasi)
   (<> %{profile} wasi-with-native-effects)))
 (action
  (run node %{test} %{dep:test-file-short-lines})))
