Results 765 comments of daxpedda

For whatever reasons, all references to these functions are removed by some pre-processing done in `wasm-bindgen`, which then [asks Walrus to do some cleanup](https://github.com/rustwasm/wasm-bindgen/blob/8e66719182441eb5da5f15dcee75e475dbea2db5/crates/cli-support/src/lib.rs#L411) in which this table is removed....

I am assuming that "key stretching functions", e.g. Argon2, Scrypt and such, don't fall under this trait?

FWIW: I don't have much feedback for this kind of interface, but for OPAQUE we would like to have a trait for key stretching functions.

Interesting, its unable to find the `main` function even though you seem to have marked it with a descriptor. What attributes did you put on your `main` function and did...

I was unable to reproduce this. Would you mind creating a minimal reproducable example in a repo? It would be good if we produce a good error message instead of...

> The base API for this is shipping in all three major engines, so I don't see how the current API could change. Unfortunately this happens regularly and then we...

This should be quite straightforward to do, I'm happy to review a PR!

> > I don't like this solution at all, but I think its the best we can do right now > > Wondering, in the ideal world, how would you...

> > @daxpedda will talk to @MarijnS95 about Android and process::exit, otherwise we'll go @madsmtm's PR. > > Has this happened? If not, I'd like to move forwards with this...