mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 01:41:08 +00:00
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"
|