Skip to content

Commit 5023ce2

Browse files
committed
Add information in config toml
1 parent 6017686 commit 5023ce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cargo/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ runner = "wasmtime --wasi threads=y --dir ../shader-sense/test::/test"
1919
rustflags = ["-Z", "wasm-c-abi=spec"]
2020

2121
# 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
2223
#[env]
2324
#CC = "your/path/to/wasi-sdk/bin/clang.exe"
24-
#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

Comments
 (0)