wit-bindgen-cli 0.57.0

CLI tool to generate bindings for WIT documents and the component model.
1
2
3
4
5
6
7
//@ args = '--rename a=rename1 --rename foo:bar/b=rename2'

#include <test.h>

void rename1_f() {}

void exports_rename2_f() {}