Giter Club home page Giter Club logo

Comments (5)

antelle avatar antelle commented on July 25, 2024 1

These perl lines fix some stuff added by default by Emscripten. I already can't remember what it was then.

from argon2-browser.

antelle avatar antelle commented on July 25, 2024

Hi! What do you mean “load wasm into angular”? You should be able to load and use it as usual, no matter the framework. It mostly depends on bundler setup (webpack, etc...), not on the framework you’re using. Modularize will most likely break it, you’re right.

from argon2-browser.

glihm avatar glihm commented on July 25, 2024

You're right, I apologize the bad vocabulary. :)

I have tried to compile once again removing -s MODULARIZE and adding -s ENVIRONMENT='web', and manually add the factory function from other js glue code that I have successfully used.

With this setup, the argon2.js is well formatted, but it contains a XMLHttpRequest that is trying to fetch automatically the wasm from localhost. I used to fetch manually the wasm file and then instantiating it. I am surely doing something wrong here.

Any help is welcome if you can achieve a build for a modularized version of argon2.js.

If for you this is not an issue, please feel free to close it and I'll continue to investigate as I do want to use argon2 for the front-end we have to deploy.

Thanks!

from argon2-browser.

antelle avatar antelle commented on July 25, 2024

I just tried compiling it with:

-s MODULARIZE=1 -s EXPORT_NAME=createMyModule

With these lines disabled,

and then do this:

const wasmBinary = await fetch('dist/argon2.wasm').then(r => r.arrayBuffer());
const Module = await createMyModule({ wasmBinary });

It works for me. What happens for you if you do this?

from argon2-browser.

glihm avatar glihm commented on July 25, 2024

It works great. 👍

I do apologize I didn't try to understand the perl lines first... Thank you for the update, and once again, a very nice and clean job you've done!

Best

from argon2-browser.

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.