Git Product home page Git Product logo

Comments (4)

ernieturner avatar ernieturner commented on September 24, 2024

Unfortunately not, I've never done anything with ASMJS. I tried to dig into the error a little bit but I didn't get very far. Given the error it seems like maybe there's a chance it's related to what we were trying to do in #6 by changing ed25519 to use a 32 bit backend. But that's really just a pure guess. I haven't been able to get that change to work via changing crate features and flags, but I suppose one option to try would be to manually compile the ed25519 crate with those flags/features and try to consume it like that somehow.

Just for fun, I also tried running the binaryen tool wasm2js to try and just convert the existing .wasm binary to JS. That "worked" in that it compiled and successfully dumped out a JS file (I didn't try to load that file up in a browser), but the default file was 25MB, so ... ya. I ran it through Closure Compiler and that knocked it down to 6.3MB, but thats still pretty awful.

from recrypt-wasm-binding.

dpoetzsch avatar dpoetzsch commented on September 24, 2024

I tried wasm2js as well, but I had the strong feeling that the resulting JS file was just a big Uint8Array with the wasm code and some loader functions around it. This is where I stopped looking into that solution.

Anyway, thanks for the pointers so far :)

from recrypt-wasm-binding.

ernieturner avatar ernieturner commented on September 24, 2024

Sorry I can't be of more help on this, but by all means please let me know if you make any progress on it. Supporting IE11 isn't something high on our priority list for now, but that might change so if you end up getting past the error above, I'd love to know where you end up.

from recrypt-wasm-binding.

ernieturner avatar ernieturner commented on September 24, 2024

Closing this as there doesn't seem to be enough interest to get this to work.

from recrypt-wasm-binding.

Related Issues (15)

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.