wesl
    Preparing search index...

    Interface WeslBundle

    interface WeslBundle {
        dependencies?: WeslBundle[];
        edition: string;
        modules: Record<string, string>;
        name: string;
    }
    Index

    Properties

    dependencies?: WeslBundle[]

    packages referenced by this package

    edition: string

    wesl edition of the code e.g. wesl_unstable_2024_1

    modules: Record<string, string>

    map of wesl/wgsl modules: keys are file paths, relative to package root (e.g. "./lib.wgsl") values are wgsl/wesl code strings

    name: string

    name of the package, e.g. random_wgsl