Skip to content

Commit

Permalink
Make it compile for wasm32-wasi (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Jan 4, 2021
1 parent 889f573 commit 6eaa2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ impl Build {
"x86_64-sun-solaris" => "solaris64-x86_64-gcc",
"wasm32-unknown-emscripten" => "gcc",
"wasm32-unknown-unknown" => "gcc",
"wasm32-wasi" => "gcc",
"aarch64-apple-ios" => "ios64-cross",
"x86_64-apple-ios" => "iossimulator-xcrun",
_ => panic!("don't know how to configure OpenSSL for {}", target),
Expand Down

0 comments on commit 6eaa2b2

Please sign in to comment.