<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/source/slang-wasm/slang-wasm.cpp, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-06-03T07:05:12+00:00</updated>
<entry>
<title>Add CUDA the compile target for slang-playground</title>
<updated>2025-06-03T07:05:12+00:00</updated>
<author>
<name>Gangzheng Tong</name>
<email>tonggangzheng@gmail.com</email>
</author>
<published>2025-06-03T07:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=289f3dd22629bd65dcf1e9be12a52e88deca925c'/>
<id>urn:sha1:289f3dd22629bd65dcf1e9be12a52e88deca925c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reflection API Wasm Bindings Part1 (#5936)</title>
<updated>2024-12-24T17:34:59+00:00</updated>
<author>
<name>arya</name>
<email>64514807+arya3d@users.noreply.github.com</email>
</author>
<published>2024-12-24T17:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=1b5679f9556b65c65146123ce98ca4f62fe71d72'/>
<id>urn:sha1:1b5679f9556b65c65146123ce98ca4f62fe71d72</id>
<content type='text'>
* add a lot of missing classes, functios and enums

* typescript defintion generation

* formatting

* format code

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix WGSL emit for '&amp;' and add bindings for thread group size (#5557)</title>
<updated>2024-11-14T00:50:52+00:00</updated>
<author>
<name>Sai Praveen Bangaru</name>
<email>31557731+saipraveenb25@users.noreply.github.com</email>
</author>
<published>2024-11-14T00:50:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=5cb960a72449dad36594e8ad2bfa899f5aaa11be'/>
<id>urn:sha1:5cb960a72449dad36594e8ad2bfa899f5aaa11be</id>
<content type='text'>
Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>WASM-binding: default to sm_6_6 when targeting hlsl. (#5554)</title>
<updated>2024-11-14T00:50:00+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-11-14T00:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f7149b94847a91f9f1f364e79f1be750aaf90191'/>
<id>urn:sha1:f7149b94847a91f9f1f364e79f1be750aaf90191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wasm binding to get reflection json. (#5536)</title>
<updated>2024-11-12T03:29:18+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-11-12T03:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=ea04ad12110df6b958c117f5d92f45813316cd70'/>
<id>urn:sha1:ea04ad12110df6b958c117f5d92f45813316cd70</id>
<content type='text'>
Co-authored-by: Ellie Hermaszewska &lt;ellieh@nvidia.com&gt;</content>
</entry>
<entry>
<title>Use automatic coarse grained memory management in wasm binding. (#5528)</title>
<updated>2024-11-09T00:19:31+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-11-09T00:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=5ca37c316a9ea1833907bae497734054dfa3c3cb'/>
<id>urn:sha1:5ca37c316a9ea1833907bae497734054dfa3c3cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[WGSL] [WASM] Add reflection endpoints + Fix bit manipulation operations (#5499)</title>
<updated>2024-11-08T18:03:42+00:00</updated>
<author>
<name>Sai Praveen Bangaru</name>
<email>31557731+saipraveenb25@users.noreply.github.com</email>
</author>
<published>2024-11-08T18:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f66b046e2767cd7a38acec8c0f988e5937f062e7'/>
<id>urn:sha1:f66b046e2767cd7a38acec8c0f988e5937f062e7</id>
<content type='text'>
* Add key reflection endpoints for WASM

* Fix WGSL output around bit-manipulation operators

* format code

* Fix pointer ownership

* fix formatting

---------

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;
Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Add function of getting hash string to wasm binding (#5468)</title>
<updated>2024-10-31T19:29:11+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-10-31T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=582d10d5e160afeac11b2ba5a5ba1698e4935cef'/>
<id>urn:sha1:582d10d5e160afeac11b2ba5a5ba1698e4935cef</id>
<content type='text'>
* [wasm]: Add function to get string from hash

* Fix bug on the visibility issue

* Formatting</content>
</entry>
<entry>
<title>[wasm]: fix the build error (#5430)</title>
<updated>2024-10-29T17:43:53+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-10-29T17:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=6367d40aeecac0894ec291ef1aa6c43956b25345'/>
<id>urn:sha1:6367d40aeecac0894ec291ef1aa6c43956b25345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format</title>
<updated>2024-10-29T06:49:26+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-10-29T06:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21'/>
<id>urn:sha1:f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21</id>
<content type='text'>
* format

* Minor test fixes

* enable checking cpp format in ci</content>
</entry>
</feed>
