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

Allow loading wasm over any protocol #115

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Allow loading wasm over any protocol #115

merged 1 commit into from
Oct 21, 2024

Conversation

macjuul
Copy link
Contributor

@macjuul macjuul commented Oct 21, 2024

The protocol used for fetching wasm binaries should be unrestricted, as certain environments such as Tauri or browser extensions may provide their own. This should be left up to the end user.

Closes #114

@kearfy kearfy merged commit 7e30ee5 into main Oct 21, 2024
1 check passed
@kearfy kearfy deleted the fix/allow-any-protocol branch October 21, 2024 10:07
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.

Feature: Support for chrome-extension:// protocol
2 participants