-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Build errors integrating wonnx main into rust project #203
Comments
I am seeing errors when building just wonnx as well when building for wasm (but not for macOS natively) with the following command line:
This probably happened after upgrading the wgpu dependency. It appears a wgpu type ( I currently do not have time to dive into this but hopefully this helps you figure out the issue (PRs welcome). |
Thank you for the response! I’ll rerun tomorrow morning (GMT-7) with the command you posted to validate I see the same output. My hunch is that my particular issue is directly related. I don’t have great familiarity with the |
Fix seems to be fairly simple: #204 Please let me know if there are any edits or anything else I can do 🙂 |
Describe the bug
Hello. I am running into an error building project that depends on latest main.
wonnx = { git = "https://github.com/webonnx/wonnx.git", branch = "master"}
For context, I am attempting to integrate wonnx into an existing wasm package that utilizes wgpu for graphics.
It's very possible that this is a simple discrepancy in configuration/dependencies. I have included relevant details from my cargo.toml below. Please let me know if I can provide any more detail/context that would be helpful. Thank you!
Desktop (please complete the following information):
Additional context
Other relevant info from my cargo.toml
The text was updated successfully, but these errors were encountered: