Skip to content

Commit b7f4210

Browse files
committed
up
1 parent 1e824ff commit b7f4210

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ ARGS:
6666
* [X] AssemblyScript ([example](https://github.com/jedisct1/witx-codegen/blob/master/example-output/assemblyscript.ts))
6767
* [X] Zig ([example](https://github.com/jedisct1/witx-codegen/blob/master/example-output/zig.zig))
6868
* [X] Rust ([example](https://github.com/jedisct1/witx-codegen/blob/master/example-output/rust.rs))
69+
* [X] C++ ([example](https://github.com/jedisct1/witx-codegen/blob/master/example-output/cpp.h)) - Experimental
6970
* [ ] TinyGo
70-
* [ ] C/C++
7171
* [ ] Swift
7272
* [ ] HTML documentation
7373

src/cpp/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ impl<T: Write> Generator<T> for CppGenerator {
6565
}
6666
let constants_for_type: Vec<_> = module_witx
6767
.constants()
68-
.into_iter()
6968
.filter_map(|x| {
7069
if x.ty == type_.name {
7170
Some(ASConstant {

0 commit comments

Comments
 (0)