fileExtension constant

String const fileExtension

The conventional file extension, without a leading dot.

avma is short for Apollo Virtual Machine Archive.

It is a convention only: nothing depends on it. A file is recognized by its magic — which is why apollovm run works on an image whatever it was named — and the extension merely decides the default output name when none is given.

Implementation

static const String fileExtension = 'avma';