We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It took me some time to figure out what was missing, since the rust error complains about a file/directory.
thread 'main' panicked at 'exit status missing: Os { code: 2, kind: NotFound, message: "No such file or directory" }', proto-build/src/main.rs:134:10
I am on linux so I installed buf via npm and updated main.rs to run "npx buf" instead of "buf".
npm install @bufbuild/buf
run_cmd( "npx", vec![ "buf", "generate", "--template", "buf.wasmd.gen.yaml", "--include-imports", "-o", &out_dir.display().to_string(), &proto_path.display().to_string(), ], );
For convenience it would be great to have a README.md that mentions the requirements.
Otherwise good work!
Best regards, Philipp-Sc
The text was updated successfully, but these errors were encountered:
This was just merged a couple days ago, so it's a little rough around the edges: #358
Sorry, something went wrong.
The ergonomics here should've been improved by #387
No branches or pull requests
It took me some time to figure out what was missing, since the rust error complains about a file/directory.
I am on linux so I installed buf via npm and updated main.rs to run "npx buf" instead of "buf".
For convenience it would be great to have a README.md that mentions the requirements.
Otherwise good work!
Best regards,
Philipp-Sc
The text was updated successfully, but these errors were encountered: