Skip to content

Commit eded809

Browse files
authored
Add FAQ to docs page.
1 parent cee8eed commit eded809

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ The formal specification of the Slang programming language. Work in progress.
1818
List of Slang Features with their stableness/matureness.
1919

2020

21+
## Frequently Asked Questions
22+
23+
#### Does Slang use LLVM?
24+
25+
No. The Slang compiler itself is not built on the LLVM tech stack, and does not depend on LLVM.
26+
If you are using Slang to generate textual or SPIRV code, no LLVM binaries are required. If you are using Slang to produce standalone executables or dynamically linked
27+
libraries, then a prebuilt LLVM wrapper library called `slang-llvm` is required.
28+
29+
#### What's the distribution size of Slang?
30+
31+
The Slang compiler binary is around 5-10 MB depending on build configuration and target architecture.
32+
33+
34+
2135
## Articles
2236

2337
#### [The Commandline Tool Reference](https://github.com/shader-slang/slang/blob/master/docs/command-line-slangc-reference.md)

0 commit comments

Comments
 (0)