Skip to content

Commit

Permalink
Update wasm-bindgen to 0.2.88 (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkirsz authored Nov 7, 2023
1 parent 3a013f8 commit cebd731
Show file tree
Hide file tree
Showing 58 changed files with 2,137 additions and 1,207 deletions.
22 changes: 0 additions & 22 deletions wasm_bindgen/3rdparty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,13 @@ exports_files([
crates_vendor(
name = "crates_vendor",
annotations = {
"curl-sys": [crate.annotation(
gen_build_script = False,
)],
"log": [crate.annotation(
rustc_flags = [
"--cfg=atomic_cas",
"--cfg=use_std",
],
version = "<5",
)],
"openssl-sys": [crate.annotation(
gen_build_script = False,
rustc_flags = [
# Vendored openssl is 1.0.2m
"--cfg=ossl101",
"--cfg=ossl102",
"--cfg=ossl102f",
"--cfg=ossl102h",
"--cfg=ossl110",
"--cfg=ossl110f",
"--cfg=ossl110g",
"--cfg=ossl111",
"--cfg=ossl111b",
"-l",
"dylib=ssl",
"-l",
"dylib=crypto",
],
)],
"proc-macro2": [crate.annotation(
rustc_flags = ["--cfg=use_proc_macro"],
)],
Expand Down
Loading

0 comments on commit cebd731

Please sign in to comment.