Specify the start-up module

Specify the module you want to use as the main entry point.

By default, GWA will load the "main.42m" module as the main entry point, for example, programdir/app/main.42m. You can change this behavior in two ways:
  1. In the URL query string, you can specify fglapp=anothermodule. GWA will then look in the embedded file system for a 42m of that name (for example, /app/anothermodule.42m)
  2. Or with the gwabuildtool, you can use the option --main-module to specify the initial 42m module to be loaded.