mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
4ddd93d75d
* add char support * add char test * remove __wbindgen_char fns * re-order travis script * update serve script * remove binds to unused char functions * add more wide character items to chars list * remove unused code * add char to readme * remove built file
15 lines
363 B
TOML
15 lines
363 B
TOML
[package]
|
|
name = "char"
|
|
version = "0.1.0"
|
|
authors = ["Robert Masen <r@robertmasen.com>"]
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
# Here we're using a path dependency to use what's already in this repository,
|
|
# but you'd use the commented out version below if you're copying this into your
|
|
# project.
|
|
wasm-bindgen = { path = "../.." }
|
|
#wasm-bindgen = "0.2"
|