mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +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"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
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"
|
||||
categories = ["wasm"]
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||
|
@ -10,3 +10,8 @@ description = """
|
||||
Shared support between wasm-bindgen and wasm-bindgen cli, an internal
|
||||
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