wasmtime-types 0.38.3

WebAssembly type definitions for Cranelift
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wasmtime-types"
version = "0.38.3"
authors = ["The Wasmtime Project Developers"]
description = "WebAssembly type definitions for Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/wasmtime-types"
edition = "2021"

[dependencies]
cranelift-entity = { path = "../../cranelift/entity", version = "0.85.3", features = ['enable-serde'] }
serde = { version = "1.0.94", features = ["derive"] }
thiserror = "1.0.4"
wasmparser = { version = "0.85.0", default-features = false }