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(wasm): Fixes deps for building in wasm #358

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

thomastaylor312
Copy link
Contributor

A while ago we made sure that if you wanted to pull in the base bindle types into something compiling to wasm, it would build. Recently, tokio made a change that made it so it wouldn't compile for wasm with the fs feature enabled. This makes sense, but I did have to untangle some fs stuff from the signatures module.

While I was here I fixed a bunch of new clippy lints from the latest version of clippy

A while ago we made sure that if you wanted to pull in the base bindle types
into something compiling to wasm, it would build. Recently, tokio made a
change that made it so it wouldn't compile for wasm with the `fs` feature
enabled. This makes sense, but I did have to untangle some fs stuff from
the signatures module.

While I was here I fixed a bunch of new clippy lints from the latest version
of clippy

Signed-off-by: Taylor Thomas <[email protected]>
@thomastaylor312 thomastaylor312 merged commit df2137f into deislabs:main Dec 12, 2022
@thomastaylor312 thomastaylor312 deleted the fix/wasm_builds branch December 12, 2022 20:55
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.

2 participants