1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-01 01:41:08 +00:00

12 lines
179 B
TOML
Raw Normal View History

[package]
name = "hello_world"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
2018-12-10 23:24:47 -02:00
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2019-03-21 12:49:53 -07:00
wasm-bindgen = "0.2.40"