Expand description
Eulumdat WASM Plugin
A lightweight WASM plugin for photometric analysis that can be embedded in GLDF files and discovered by the plugin system. Provides parsing, calculations, and diagram generation.
§Plugin Manifest
This plugin self-describes its capabilities via manifest.json, allowing the host to discover available functions dynamically.
Structs§
- Eulumdat
Engine - Plugin engine holding parsed photometric data
Functions§
- engine_
info - Get plugin info
- ies_
to_ ldt - Convert IES to LDT (stateless)
- init
- ldt_
to_ ies - Convert LDT to IES (stateless)
- parse_
ies - Parse IES content (stateless)
- parse_
ldt - Parse LDT content (stateless)
- validate_
ldt - Validate LDT content (stateless)