witgen icon indicating copy to clipboard operation
witgen copied to clipboard

witgen is a library to generate .wit files for WebAssembly in Rust

Results 8 witgen issues
Sort by recently updated
recently updated
newest added

Maybe this can serve as a starting point. This would: * Trigger for any tag starting with a `v` * Set up a cache for some files * Ensure the...

As pointed out in #35, we are out of date with the wit standard.

Hi, I think I caught a bug in witgen. When I run `cargo witgen generate` on this code: ```rust use witgen::witgen; #[witgen] fn works() {} #[witgen] fn doesnt_work(handle: i32) ->...

This issue outlines the current work in wit-bindgen: https://github.com/bytecodealliance/wit-bindgen/issues/201 They also recently created a 0.1.0 tag for the project. I took this as an opportunity to publish `aha-wit-parser`, which has...

- [ ] rename (to rename a struct, enum, type or function)

First off, fantastic work! Worked out of the box and am excited to help with the project. One issue I ran into is trying to generate wit from a dependencies....