mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 05:31:37 +03:00
43ee52bcbf
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
10 lines
166 B
TOML
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"
|