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

Fix packaging of wasm files #46

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Fix packaging of wasm files #46

merged 1 commit into from
Aug 19, 2024

Conversation

ianthomas23
Copy link
Member

The just-released version 0.0.6 of cockle doesn't package the WASM files correctly, which is fixed by this PR. When packaging, WASM files are included only in the lib not src directory as we do not want to ship two copies of each of these potentially large files. This will affect downstream libraries as they will need to extract the WASM files from lib not src.

@ianthomas23 ianthomas23 merged commit e6f58e3 into main Aug 19, 2024
4 checks passed
@ianthomas23 ianthomas23 deleted the fix-wasm-packaging branch August 19, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant