extern crate proc_macro;
use Path;
use RetrievableFile;
use TokenStream;
/// Makes your `main()` function accessible to the WASM host, and generates a
/// `packages` module that contain all packages visible to your package, including itself.
///
/// If you do not add this attribute to your `main()` function, your module will not run.