wgsl-tooling-wg / wesl-js

enriched WGSL with support for import/export and more
Other
22 stars 4 forks source link

Typescript plugin for wesl #131

Open stefnotch opened 1 month ago

stefnotch commented 1 month ago

We'll probably want a Typescript plugin for wesl, so that the IDE knows how to catch errors when we're using a wesl file from Typescript land. https://www.typescriptlang.org/tsconfig/#plugins

mighdoll commented 1 month ago

sounds cool, for wesl strings embedded in typescript or for separate wesl files or for some kind of ts/wesl integration?