OptionalconditionsOptionalconfigplugins and other configuration to use while linking
OptionalconstantsHost (ts/js) provided wgsl constants.
Users can import the values from wesl code via the constants' virtual library: import constants::num_lights;`
Optionalmanglerfunction to construct globally unique wgsl identifiers
Optionalrootname of root wesl module for an app, the root module normally contains the '@compute', '@vertex' or '@fragment' entry points for a library, the root module defines the public api fo the library can be specified as file path (./main.wesl), a module path (package::main), or just a module name (main)
Optionalvirtualgenerate wesl from code at runtime
runtime conditions for conditional compiling with