wasm-bindgen 0.1.0

Easy support for interacting between JS and Rust.
Documentation
[package]
name = "wasm-bindgen"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
categories = ["wasm"]
repository = "https://github.com/alexcrichton/wasm-bindgen"
homepage = "https://github.com/alexcrichton/wasm-bindgen"
documentation = "https://docs.rs/wasm-bindgen"
description = """
Easy support for interacting between JS and Rust.
"""

[lib]
test = false
doctest = false

[dependencies]
wasm-bindgen-macro = { path = "crates/wasm-bindgen-macro", version = "0.1" }

[dev-dependencies]
#test-support = { path = "crates/test-support" }

[workspace]
members = [
  "crates/wasm-bindgen-cli",
  "examples/hello_world",
  "examples/smorgasboard",
]