mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 10:51:09 +00:00
Merge pull request #1377 from alexcrichton/fix-dupe
Move `links` annotation to `wasm-bindgen-shared`
This commit is contained in:
commit
b8e9a20d8f
@ -3,10 +3,6 @@ name = "wasm-bindgen"
|
|||||||
version = "0.2.39"
|
version = "0.2.39"
|
||||||
authors = ["The wasm-bindgen Developers"]
|
authors = ["The wasm-bindgen Developers"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
# Because only a single `wasm_bindgen` version can be used in a dependency
|
|
||||||
# graph, pretend we link a native library so that `cargo` will provide better
|
|
||||||
# error messages than the esoteric linker errors we would otherwise trigger.
|
|
||||||
links = "wasm_bindgen"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||||
|
@ -10,3 +10,8 @@ description = """
|
|||||||
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
||||||
dependency.
|
dependency.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Because only a single `wasm_bindgen` version can be used in a dependency
|
||||||
|
# graph, pretend we link a native library so that `cargo` will provide better
|
||||||
|
# error messages than the esoteric linker errors we would otherwise trigger.
|
||||||
|
links = "wasm_bindgen"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user