We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6017686 commit 5023ce2Copy full SHA for 5023ce2
.cargo/config.toml
@@ -19,6 +19,8 @@ runner = "wasmtime --wasi threads=y --dir ../shader-sense/test::/test"
19
rustflags = ["-Z", "wasm-c-abi=spec"]
20
21
# Set this to your wasi-sdk compiler to avoid picking a clang version that does not support WASI (such as vs bundled version)
22
+# You can download wasi-sdk here https://github.com/WebAssembly/wasi-sdk
23
#[env]
24
#CC = "your/path/to/wasi-sdk/bin/clang.exe"
-#CXX = "your/path/to/wasi-sdk/bin/clang++.exe"
25
+#CXX = "your/path/to/wasi-sdk/bin/clang++.exe"
26
+#WASI_SYSROOT= "your/path/to/wasi-sysroot"
0 commit comments