Generate Amalgamation
Select modules to include in the amalgamation build. If none are selected, all modules will be included.
Bold modules will be included automatically as dependencies.
If more than one port is selected, platform-specific code for each OS will be included and guarded by preprocessor directives.
Documentation.
If no ports are specified, all available ports are included by default.
If no ports are specified, all available ports are included by default.
API Usage
Download amalgamation file (-O save to file, -J use server filename):
List available modules for a version:
List available ports for a version:
| Parameter | Description |
|---|---|
version | latest — most recent stable releasemaster — development branch (latest commit)or a release tag, e.g. v2.7.0 |
modules | Comma-separated list of specific modules (e.g. core,dom,html)lexbor — include all available modulesor omit the parameter entirely to include all modules |
ext | File extension, default h (alphanumeric, _, -) |
port | Port name, default all (e.g. posix, windows_nt, or comma-separated) |
filename | Custom output filename (optional, alphanumeric, _, -) |