Skip to content

FFI Escape Control

Compare
Choose a tag to compare
@zhiayang zhiayang released this 12 Oct 09:48

Mainly a release to fix the CI builds, but we have one new feature; the compile-time interpreter will now refuse to call out to external functions via FFI by default, unless --ffi-escape is passed on the command line.

This is kinda similar to --shell-escape used in LaTeX.