wasm-bindgen-backend 0.2.3

Backend code generation of the wasm-bindgen tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "wasm-bindgen-backend"
version = "0.2.3"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wasm-bindgen"
homepage = "https://github.com/alexcrichton/wasm-bindgen"
documentation = "https://docs.rs/wasm-bindgen-backend"
description = """
Backend code generation of the wasm-bindgen tool
"""

[dependencies]
quote = '0.5'
proc-macro2 = { version = "0.3", features = ["nightly"] }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.3" }
syn = { version = '0.13', features = ['full'] }
serde_json = "1.0"