diff options
| author | Yong He <yonghe@outlook.com> | 2023-05-04 13:44:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 13:44:00 -0700 |
| commit | 662ef3ed90cd96435c05096c50f3486a1a6e9d18 (patch) | |
| tree | 34a925faf328d8992e3d9d79d1815e0d176f28e4 /docs/user-guide/a1-03-obfuscation.md | |
| parent | a9444925750da2498f456a626f1b164d68efedf1 (diff) | |
Update user-guide. (#2868)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'docs/user-guide/a1-03-obfuscation.md')
| -rw-r--r-- | docs/user-guide/a1-03-obfuscation.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/user-guide/a1-03-obfuscation.md b/docs/user-guide/a1-03-obfuscation.md index 1a1bc9326..abce92e12 100644 --- a/docs/user-guide/a1-03-obfuscation.md +++ b/docs/user-guide/a1-03-obfuscation.md @@ -19,8 +19,7 @@ If a developer is not able to ship all shader binaries then there is a problem. Some of these issues are similar to the problems of distributing JavaScript libraries that run on client machines, but which the original authors do not want to directly make available the implementation. Some of the obfuscation solutions used in the JavaScript world are partially applicable to Slang's obfuscation solution, including [source maps](https://github.com/source-map/source-map-spec). -Obfuscation in Slang -==================== +## Obfuscation in Slang Slang provides an obfuscation feature that addresses these issues. The major parts being @@ -261,8 +260,7 @@ Why you might not want to use an emit source map * A developer could use the slang `compiler-core` implementation * In the future the project could provide some API support -Issues/Future Work -================== +## Issues/Future Work * Support AST emitting in obfuscated modules * Potentially add API support for source maps |
