Skip to content
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

Support for non-JavaScript WebAssembly #291

Open
anderspitman opened this issue Nov 19, 2024 · 0 comments
Open

Support for non-JavaScript WebAssembly #291

anderspitman opened this issue Nov 19, 2024 · 0 comments

Comments

@anderspitman
Copy link

anderspitman commented Nov 19, 2024

I'm implementing a server-side library that I would like to be usable in Go/JavaScript/Rust/Python. I'm investigating whether it would be feasible to use WebAssembly for sharing code between the different language implementations. Part of what the library does is act as an OAuth2 and OIDC client. Currently, oauth2-rs supports reqwest in wasm, but apparently only when using the async http client and compiled with wasm-bindgen. Is that an accurate assessment?

I'm wondering if there's any way to run oauth2-rs in wasm in other languages. I'm guessing with would need to involve WASI or maybe something like extism, but figured I should check here in case I'm missing something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant