mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-27 20:15:14 +03:00
56b7fa453a
The runtime functions are now moved to the `wasm-bindgen` crate and are auto-gc'd if they don't end up actually being required.
13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "wasm-bindgen-cli-support"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[dependencies]
|
|
base64 = "0.9"
|
|
failure = "0.1"
|
|
parity-wasm = "0.23"
|
|
serde_json = "1.0"
|
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
|
wasm-gc-api = "0.1"
|