mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-31 09:21:05 +00:00
14 lines
230 B
TOML
14 lines
230 B
TOML
[package]
|
|
name = "wasm-in-wasm"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.60"
|
|
js-sys = "0.3.37"
|
|
wasm-bindgen-futures = "0.4.10"
|