2019-09-16 11:18:06 -07:00
|
|
|
[package]
|
|
|
|
name = "wasm-bindgen-wasm-conventions"
|
2020-05-27 10:07:18 -05:00
|
|
|
version = "0.2.63"
|
2019-09-16 11:18:06 -07:00
|
|
|
authors = ["The wasm-bindgen developers"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/wasm-conventions"
|
|
|
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
|
|
|
documentation = "https://docs.rs/wasm-bindgen-wasm-conventions"
|
|
|
|
description = "Utilities for working with Wasm codegen conventions (usually established by LLVM/lld)"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-05-18 09:36:30 -05:00
|
|
|
walrus = "0.17.0"
|
2019-11-04 11:35:28 -06:00
|
|
|
anyhow = "1.0"
|