Skip to content

Commit 6eaa2b2

Browse files
authored
Make it compile for wasm32-wasi (alexcrichton#81)
1 parent 889f573 commit 6eaa2b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ impl Build {
218218
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
219219
"wasm32-unknown-emscripten" => "gcc",
220220
"wasm32-unknown-unknown" => "gcc",
221+
"wasm32-wasi" => "gcc",
221222
"aarch64-apple-ios" => "ios64-cross",
222223
"x86_64-apple-ios" => "iossimulator-xcrun",
223224
_ => panic!("don't know how to configure OpenSSL for {}", target),

0 commit comments

Comments
 (0)