Files
wasmtime/winch/environ/Cargo.toml
wasmtime-publish bf741955f0 Bump Wasmtime to 9.0.0 (#6143)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2023-04-05 17:06:36 +00:00

15 lines
425 B
TOML

[package]
authors = ["The Winch Project Developers"]
name = "winch-environ"
description = "Implementation of Winch's function compilation environment"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.7.0"
edition.workspace = true
[dependencies]
winch-codegen = { workspace = true }
wasmtime-environ = { workspace = true }
wasmparser = { workspace = true }