-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] WebCrypto support #941
Comments
Contributions are welcome. Note that theses bindings could also easily live outside the js_of_ocaml project. |
OK. I'll try to start that way. BTW, it would probably be useful to expand the documentation to mention such external libs (including ones for promises). I'll try to draft something in the coming days. |
It's not jsoo-style API but just in case |
Let's just document external bindings in #1217 |
I would like to use WebCrypto but there is currently no binding for it (it's still RC but it has been in browsers for several years). Proper bindings will probably depend upon #940 because basically all of the API returns futures. The JS API also uses quite a lot of strings for identification so there's some room for a friendlier API if wanted.
edit: I've started to use the API directly without proper bindings but I figured I should also create a ticket for tracking purposes.
The text was updated successfully, but these errors were encountered: