16 lines
475 B
TOML
Raw Normal View History

[package]
name = "wasm-bindgen-threads-xform"
2019-01-18 15:30:31 -08:00
version = "0.2.33"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/threads-xform"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-threads-xform"
description = """
Support for threading-related transformations in wasm-bindgen
"""
[dependencies]
2019-02-04 22:06:10 -08:00
parity-wasm = "0.36"
failure = "0.1"