-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add WASM/ WebAssembly support #36
Comments
Hi Achmad, Thank you very much for the kind words. Adding WASM support would makes sense, but you should know that this library can't support WASM with I still think adding WASM support in terms of checking that it compiles in CI would make sense regardless though. AFAICT, this should be a relatively simple change. |
Re-opening due to possible investigation of using |
was support coming? |
wasm support coming? |
Hi @DotRed108 It's been some time since I last looked at WASM compilation for this. Are you having a specific issue regarding compiling to a web-assembly target, or something else? |
Hello, @brycx . Your library is awesome. I hope I can use
pasetors
in my web app.Although there are libraries which already implement PASETO using javascript programming language, unfortunately those aren't running well in browser environment. Those libraries can be used in node.js environment (run javascript inside server). Converting existing library which can be used in browser is not an easy task.
Nowadays, rust can be compiled into WebAssembly (or WASM for short), and then can be used in browser. If you don't mind, could you add WASM support for this library?
The text was updated successfully, but these errors were encountered: