wasm-bindgen/crates/wasm-bindgen-shared/Cargo.toml
Alex Crichton 43ee52bcbf Change schemes for encoding custom type names
Store JSON a utf-32, map hashes of names to a `char` and store that name
in the map, and then do a reverse mapping when generating JS
2018-02-06 16:56:26 -08:00

10 lines
166 B
TOML

[package]
name = "wasm-bindgen-shared"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
[dependencies]
serde_derive = "1"
serde = "1"
fnv = "1"