Files
wasm-bindgen/examples/wasm-in-wasm/Cargo.toml
Alex Crichton e9f423d57e Bump to 0.2.37
2019-02-15 08:16:24 -08:00

13 lines
198 B
TOML

[package]
name = "wasm-in-wasm"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.37"
js-sys = "0.3.14"