1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-30 17:01:06 +00:00
Alex Crichton 79e4324a3b Update parity-wasm dependency
While doing this, make `parity-wasm` a public dependency of all crates
instead of using the `Any` trick as that's not really needed any more.
2018-10-08 10:01:53 -07:00

17 lines
458 B
TOML

[package]
name = "wasm-bindgen-gc"
version = "0.2.24"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/gc"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-gc"
description = """
Support for removing unused items from a wasm executable
"""
[dependencies]
parity-wasm = "0.34"
log = "0.4"
rustc-demangle = "0.1.9"