wesl 0.6.36 → 0.6.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,9 +15,9 @@ _WESL is an extended version of WebGPU's [WGSL](https://www.w3.org/TR/WGSL/#intr
|
|
|
15
15
|
|
|
16
16
|
WESL adds features:
|
|
17
17
|
|
|
18
|
-
- **imports** to split shaders into modular, reusable files
|
|
19
|
-
- **conditional compiliation** to configure shader variations at compile time or run time
|
|
20
|
-
- **shader libraries** on npm and cargo, for community sharing of shader code modules
|
|
18
|
+
- **imports** to split shaders into modular, reusable files.
|
|
19
|
+
- **conditional compiliation** to configure shader variations at compile time or run time.
|
|
20
|
+
- **shader libraries** on npm and cargo, for community sharing of shader code modules.
|
|
21
21
|
|
|
22
22
|
This [wesl] library contains a **TypeScript** WESL linker.
|
|
23
23
|
[wesl] can be used at runtime or at build time to assemble WESL and WGSL modules for WebGPU.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wesl",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.43",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"mini-parse": "0.6.
|
|
18
|
+
"mini-parse": "0.6.40"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/brotli": "^1.3.4",
|