mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
* Update `syn` version requirement Require latest version to fix issues with nightly. * Bump to 0.2.63
15 lines
515 B
TOML
15 lines
515 B
TOML
[package]
|
|
name = "wasm-bindgen-wasm-conventions"
|
|
version = "0.2.63"
|
|
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]
|
|
walrus = "0.17.0"
|
|
anyhow = "1.0"
|