diff options
| author | Gangzheng Tong <tonggangzheng@gmail.com> | 2025-09-17 12:28:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 19:28:11 +0000 |
| commit | 206f6cf5657177dfec9113d1f1b88b685eb2b75a (patch) | |
| tree | bb2895af73855b2f50d76fb0982a42fb46b82c18 /tests/compute | |
| parent | 58060d2f7e86427124551f3f6edcf05bf6e4d229 (diff) | |
Add WASM FS module support for slang-playground (#8459)
Add WASM FS module support for slang-playground
This change adds the necessary Emscripten build flags to export the
FileSystem (FS) module interface in the slang-wasm build:
- Adds -sMODULARIZE=1 to enable modular builds
- Adds -sEXPORTED_RUNTIME_METHODS=['FS'] to export the FS interface
These changes are required to support the slang-playground.
The existing flags are also reformatted for better readability.
Related to https://github.com/shader-slang/slang-playground/issues/170
Diffstat (limited to 'tests/compute')
0 files changed, 0 insertions, 0 deletions
