Files
wasmtime/crates/asm-macros/Cargo.toml
wasmtime-publish 412fa04911 Bump Wasmtime to 0.41.0 (#4620)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-08-04 20:02:19 -05:00

14 lines
413 B
TOML

[package]
authors = ["The Wasmtime Project Developers"]
description = "Macros for defining asm functions in Wasmtime"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-asm-macros"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.41.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cfg-if = "1"