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

web: Include wasm file in docker builds as Mozilla say this is okay #15294

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

Dinnerbone
Copy link
Contributor

It's a solution to the reproducible extension issue.

Unexpected, but allowed. We'll include the wasm in the source we send them, and then the JS will match.

The final wasm files inside the build they make will not match, until rustwasm/wasm-bindgen#3851 - we're told this is okay though, so I've just removed the wasm-opt step too for brevity.

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

Successfully merging this pull request may close these issues.

None yet

3 participants