wit-bindgen-rt 0.26.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 = 'https://github.com/bytecodealliance/wit-bindgen'
license = "Apache-2.0 WITH LLVM-exception"
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 }