Skip to content
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

Include wasm-shim files in cargo package #145

Merged
merged 2 commits into from Mar 15, 2022

Conversation

kylebarron
Copy link
Contributor

Building the released 0.11 does not work for wasm32-unknown-unknown, while the build does work for the same revision from Git.

In the process of making an example (https://github.com/kylebarron/zstd-rs-wasm-bug-example), I realized the shim files were likely not included in the release. cargo package --list in zstd-sys confirmed that previously the wasm-shim files were not included in the build.

@gyscos
Copy link
Owner

gyscos commented Mar 15, 2022

Agggh cargo package...
Thanks for the fix!

@gyscos gyscos merged commit 417d442 into gyscos:master Mar 15, 2022
@kylebarron
Copy link
Contributor Author

Are the failing tests on master due to this PR? Looks like they might have been failing previously?

@gyscos
Copy link
Owner

gyscos commented Mar 15, 2022

It's just the windows VM using outdated GCC, and my hack to update it in CI isn't fully working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants