1 | [package] |
2 | name = "wasm-bindgen-shared" |
3 | version = "0.2.92" |
4 | authors = ["The wasm-bindgen Developers" ] |
5 | license = "MIT OR Apache-2.0" |
6 | repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared" |
7 | homepage = "https://rustwasm.github.io/wasm-bindgen/" |
8 | documentation = "https://docs.rs/wasm-bindgen-shared" |
9 | description = "" " |
10 | Shared support between wasm-bindgen and wasm-bindgen cli, an internal |
11 | dependency. |
12 | " "" |
13 | edition = "2018" |
14 | rust-version = "1.57" |
15 | |
16 | # Because only a single `wasm_bindgen` version can be used in a dependency |
17 | # graph, pretend we link a native library so that `cargo` will provide better |
18 | # error messages than the esoteric linker errors we would otherwise trigger. |
19 | links = "wasm_bindgen" |
20 | |