Coder Social home page Coder Social logo

Comments (6)

will-sloan avatar will-sloan commented on May 29, 2024 1

Thanks, seems to be working.

from rust-s3.

durch avatar durch commented on May 29, 2024

@will-sloan thank you for raising this, core problem is the reqwest dependency, it does most of its work through tokio which deep down depends on net2 which is not wasm compatible. I wanted to replace reqwest with something more lightweight a while now, and this is a perfect excuse. I'm hoping to address it fairly quickly, however it is a major undertaking so I'm not super confident in that estimate, anyway I'll keep this issue updated with progress

from rust-s3.

durch avatar durch commented on May 29, 2024

@will-sloan I'd be curious to see if v0.23.0-beta2 meets your requirements, functionally its probably as good as it gets, I have a lot of clean up to do but should be good otherwise

from rust-s3.

will-sloan avatar will-sloan commented on May 29, 2024

@durch I put rust-s3 = "0.23.0-beta1" which compiled (only included in Cargo.toml, it hasn't been used yet). There doesn't seem to be a 0.23.0-beta2 unless I'm missing something.
Edit: looks like the merge didn't happen. Not sure if that affects what can be used with cargo, but version 23 isn't available.
I also put rust-s3 = {version = "0.23", features = ["wasm"], default-features = false} in Cargo.toml

from rust-s3.

durch avatar durch commented on May 29, 2024

@will-sloan, terribly sorry about the version mix up, I guess I forgot to actually publish once the CI went green, anyway beta2 is published now, until it gets merged this should get you going:

rust-s3 = {version = "0.23.0-beta2", features = ["wasm"], default-features = false}

from rust-s3.

durch avatar durch commented on May 29, 2024

Beautiful, I'll do some more cleanup, and than merge to master

from rust-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.