Files
wasmtime/crates/wit-bindgen/Cargo.toml
Pat Hickey 2e0bc7dab6 Wasmtime component bindgen: opt-in trappable error types (#5397)
* wip

* start trying to write a runtime test

* cut out all the more complex test cases until i get this one working

* add macro parsing for the trappable error type config

* runtime result tests works for an empty and a string error type

* debugging: macro is broken because interfaces dont have names???

* thats how you name interfaces

* record error and variant error work

* show a concrete trap type, remove debug

* delete clap annotations from wit-bindgen crate

these are not used - clap isnt even an optional dep here - but were a holdover from the old home
2022-12-14 18:44:05 +00:00

15 lines
457 B
TOML

[package]
name = "wasmtime-wit-bindgen"
version.workspace = true
authors.workspace = true
description = "Internal `*.wit` support for the `wasmtime` crate's macros"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/wasmtime-wit-bindgen/"
edition.workspace = true
[dependencies]
anyhow = { workspace = true }
heck = { workspace = true }
wit-parser = { workspace = true }