[when-not [eq? OS "Emscripten"]
[test/add '[0 . ""] [repl/run-forked 1]]
[test/add '[123 . ""] [repl/run-forked [exit 123]]]
[test/add '[0 . "123"] [repl/run-forked [display 123]]]
]
[when-not [eq? OS "Emscripten"]
[test/add '[0 . ""] [repl/run-forked 1]]
[test/add '[123 . ""] [repl/run-forked [exit 123]]]
[test/add '[0 . "123"] [repl/run-forked [display 123]]]
]