You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/backends/chez.rst
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,3 +71,32 @@ Chez Directives
71
71
::
72
72
73
73
$ idris2 --codegen chez --directive extraRuntime=/path/to/extensions.scm -o main Main.idr
74
+
75
+
Making a freestanding executable
76
+
================================
77
+
78
+
It's possible to embed the Chez Scheme system and the built Idris2 program into a freestanding executable with `chez-exe <https://github.com/gwatt/chez-exe>`.
79
+
80
+
* Build and install the ``compile-chez-program-tool`` by running the
0 commit comments