Skip to content

v3.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 02:37
Add a way to preserve stdio  #minor

This change makes it possible to use stdio across the compiler. It's
only enabled with --disable-sandboxing, because that might leak a file
descriptor that was open outside of the container, defeating the whole
purpose.