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

Prepare for wasm32-unknown-unknown adoption #442

Merged
merged 77 commits into from
Nov 19, 2023
Merged

Conversation

bitfl0wer
Copy link
Member

Building for wasm32 requires changes throughout the project (e.g. conditional compiling). This PR sets up most of the things needed to build for this target.

bitfl0wer and others added 30 commits November 13, 2023 12:43
- Moved `hostname` lib behind conditional compiling
- provided alternative implementation of hostname::get for wasm-targets
- Bump versions of 2 packages to mitigate security vulnerabilities
- Remove redundant structdef
- Split up gateway.rs into multiple files for better clarity
@bitfl0wer
Copy link
Member Author

Closes #434

@bitfl0wer bitfl0wer modified the milestones: 1.0.0, 1.0.0-beta Nov 19, 2023
@bitfl0wer bitfl0wer merged commit c7fdb04 into dev Nov 19, 2023
3 checks passed
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.

Make Gateway and GatewayHandle generic over futures_util::Stream and Sink types
2 participants