| compiler option | since v0.0-971 | Edit |
Specifies an entry point namespace. Behavior depends on :optimizations:
:simple,:advanced - only namespaces reachable from main are built:none - all namespaces are built, but the
:output-to file will be generated such that main is executed
for the appropriate :target (browser or Node).:main "foo.bar"