You've already forked wit-bindgen
mirror of
https://github.com/AdaCore/wit-bindgen.git
synced 2026-02-12 13:12:42 -08:00
Pull in recent updates and bug fixes, namely the wasm-tools updates and new Rust generator features.
22 lines
656 B
TOML
22 lines
656 B
TOML
[package]
|
|
name = "wit-bindgen-teavm-java"
|
|
version = "0.9.0"
|
|
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 = """
|
|
TeaVM-Java bindings generator for WIT and the component model, typically used
|
|
through the `wit-bindgen-cli` crate.
|
|
"""
|
|
|
|
[dependencies]
|
|
wit-bindgen-core = { workspace = true }
|
|
wit-component = { workspace = true }
|
|
wasm-metadata = { workspace = true }
|
|
heck = { workspace = true }
|
|
clap = { workspace = true, optional = true }
|
|
|
|
[dev-dependencies]
|
|
test-helpers = { path = '../test-helpers' }
|