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
* Chnage the metadata format
* Add syntax highlighting
* have simple_clock example run from local build to test change
Co-authored-by: Fabio Pliger <fabio.pliger@gmail.com>
The following optional values are supported by `<py-config>`:
232
231
233
-
* autoclose_loader (boolean): If false, PyScript will not close the loading splash screen when the startup operations finish.
234
-
* name (string): Name of the user application. This field can be any string and is to be used by the application author for their own customization purposes.
235
-
* version (string): Version of the user application. This field can be any string and is to be used by the application author for their own customization purposes. It is not related to the PyScript version.
236
-
* runtimes (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
237
-
* src (string, Required): URL to the runtime source.
238
-
* name (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
239
-
* lang (string): Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves.
232
+
*`autoclose_loader` (boolean): If false, PyScript will not close the loading splash screen when the startup operations finish.
233
+
*`name` (string): Name of the user application. This field can be any string and is to be used by the application author for their own customization purposes.
234
+
*`version` (string): Version of the user application. This field can be any string and is to be used by the application author for their own customization purposes. It is not related to the PyScript version.
235
+
*`runtimes` (List of Runtimes): List of runtime configurations. Each Runtime expects the following fields:
236
+
*`src` (string, Required): URL to the runtime source.
237
+
*`name` (string): Name of the runtime. This field can be any string and is to be used by the application author for their own customization purposes.
238
+
*`lang` (string): Programming language supported by the runtime. This field can be used by the application author to provide clarification. It currently has no implications on how PyScript behaves.
0 commit comments