| JamPlus manual
    | 
The emscripten module will automatically detect the appropriate compilers and set up some architecture-specific items.
When building with Emscripten, additional rules are available to complete the build.
For the given TARGET, assign libraries via SOURCES to be linked with the link flag –js-library.
| TARGET | The target to assign the libraries to. TARGETis optional if rule ActiveTarget TARGET has been specified. IfTARGETis*, the libraries will be linked for all applications. | 
| SOURCES | The list of libraries. | 
| OPTIONS | If publicis specified, the libraries specified bySOURCESare made available to a project usingC.Inherits. | 
For the given TARGET, assign libraries via SOURCES to be linked with the link flag –pre-js.
| TARGET | The target to assign the libraries to. TARGETis optional if rule ActiveTarget TARGET has been specified. IfTARGETis*, the libraries will be linked for all applications. | 
| SOURCES | The list of libraries. | 
| OPTIONS | If publicis specified, the libraries specified bySOURCESare made available to a project usingC.Inherits. | 
For the given TARGET, assign libraries via SOURCES to be linked with the link flag –post-js.
| TARGET | The target to assign the libraries to. TARGETis optional if rule ActiveTarget TARGET has been specified. IfTARGETis*, the libraries will be linked for all applications. | 
| SOURCES | The list of libraries. | 
| OPTIONS | If publicis specified, the libraries specified bySOURCESare made available to a project usingC.Inherits. | 
For the given TARGET, assign libraries via SOURCES to be linked with the flag –externs.
| TARGET | The target to assign the libraries to. TARGETis optional if rule ActiveTarget TARGET has been specified. IfTARGETis*, the libraries will be linked for all applications. | 
| SOURCES | The list of libraries. | 
| OPTIONS | If publicis specified, the libraries specified bySOURCESare made available to a project usingC.Inherits. |