wit-bindgen-rt 0.33.0

Runtime support for the `wit-bindgen` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "wit-bindgen-rt"
version = { workspace = true }
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
homepage = 'https://github.com/bytecodealliance/wit-bindgen'
description = """
Runtime support for the `wit-bindgen` crate
"""

[dependencies]
# Optionally re-export the version of bitflags used by wit-bindgen.
bitflags = { workspace = true, optional = true }