We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889f573 commit 6eaa2b2Copy full SHA for 6eaa2b2
src/lib.rs
@@ -218,6 +218,7 @@ impl Build {
218
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
219
"wasm32-unknown-emscripten" => "gcc",
220
"wasm32-unknown-unknown" => "gcc",
221
+ "wasm32-wasi" => "gcc",
222
"aarch64-apple-ios" => "ios64-cross",
223
"x86_64-apple-ios" => "iossimulator-xcrun",
224
_ => panic!("don't know how to configure OpenSSL for {}", target),
0 commit comments