winch-environ 0.7.2

Implementation of Winch's function compilation environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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.2"
edition.workspace = true


[dependencies]
winch-codegen = { workspace = true }
wasmtime-environ = { workspace = true }
wasmparser = { workspace = true }