deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

fix(wasm): Fixes deps for building in wasm #358

Closed thomastaylor312 closed 1 year ago

thomastaylor312 commented 1 year ago

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