mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-24 14:10:51 +00:00
12 lines
263 B
TOML
12 lines
263 B
TOML
[package]
|
|
name = "wasm-bindgen-cli-support"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[dependencies]
|
|
base64 = "0.9"
|
|
parity-wasm = "0.27"
|
|
serde_json = "1.0"
|
|
wasm-bindgen-shared = { path = "../wasm-bindgen-shared" }
|
|
wasm-gc-api = "0.1"
|