[package] name = "js-hello-world" description = "an example rust->wasm crate" version = "0.1.0" authors = ["Ashley Williams "] license = "WTFPL" repository = "https://github.com/ashleygwilliams/wasm-pack" [lib] crate-type = ["cdylib"] [dependencies] wasm-bindgen = { git = 'https://github.com/alexcrichton/wasm-bindgen' }